fteqw/tools/build-nzp-linux_armhf.sh
cypress 4b7a1e3fb0 NZ:P Modification Check-In
Co-authored-by: Peter0x44 <peter0x44@disroot.org>
2024-09-08 15:37:35 +01:00

5 lines
228 B
Bash
Executable file

cd ../engine
export CC=arm-linux-gnueabihf-gcc
export STRIP=arm-linux-gnueabihf-strip
make makelibs FTE_TARGET=SDL2 && make m-rel FTE_TARGET=SDL2 FTE_CONFIG=nzportable -j32
mv release/nzportable-sdl2 release/nzportablearmhf-sdl