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>
5 lines
228 B
Bash
Executable file
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
|