Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored Dec 20, 2023
1 parent 3347e4c commit 7d2f452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packaging/amiga/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RUN cd /devilutionx-deps-build && ./prep.sh

CMD PKG_CONFIG_PATH=/opt/m68k-amigaos/usr/lib/pkgconfig/:/opt/m68k-amigaos/usr/share/pkgconfig/ \
cmake -S. -Bbuild-amiga -DCMAKE_BUILD_TYPE=Release -DCPACK=ON -DM68K_CPU=68040 -DM68K_FPU=hard \
-DM68K_COMMON="-s -ffast-math -O1 -noixemul -D__BIG_ENDIAN__ -D__AMIGA__ -fpermissive" && \
-DM68K_COMMON="-s -ffast-math -O1" && \
cmake --build build-amiga -j $(nproc)

0 comments on commit 7d2f452

Please sign in to comment.