mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-28 22:21:18 +00:00
5 lines
187 B
Bash
5 lines
187 B
Bash
cd ../engine
|
|
export CC=arm-linux-gnueabihf-gcc
|
|
export STRIP=arm-linux-gnueabihf-strip
|
|
make makelibs && make m-rel FTE_CONFIG=nzportable -j32
|
|
mv release/nzportable release/nzportablearmhf
|