mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 06:32:00 +00:00
4b7a1e3fb0
Co-authored-by: Peter0x44 <peter0x44@disroot.org>
4 lines
190 B
Bash
Executable file
4 lines
190 B
Bash
Executable file
export MACOSX_DEPLOYMENT_TARGET=10.14
|
|
osxcross-macports install libsdl2 libsdl
|
|
cd ../engine
|
|
make makelibs FTE_TARGET=macosx_x86 && make m-rel FTE_TARGET=macosx_x86 FTE_CONFIG=nzportable -j8
|