Skip to content

Commit 65cbe20

Browse files
committed
cmake
1 parent 8e3b723 commit 65cbe20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
13-
container: amigadev/crosstools:m68k-amigaos-gcc10
12+
runs-on: ubuntu-latest
13+
container: amigadev/crosstools:m68k-amigaos-gcc10
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
@@ -23,7 +23,8 @@ jobs:
2323

2424
- name: Configure CMake
2525
run: |
26-
cmake -S. -Bbuild -GNinja \
26+
cmake -S. -Bbuild -GNinja \
27+
-D USE_PATCH=ON \
2728
-DM68K_COMMON="-s -ffast-math -O3" \
2829
-DM68K_CPU=68040 \
2930
-DM68K_FPU=hard

0 commit comments

Comments
 (0)