mirror of https://github.com/axmolengine/axmol.git
[NaCl] Build for all nacl architectures
This commit is contained in:
parent
b5a509e65e
commit
f1048557bd
|
@ -39,5 +39,11 @@ if [ "$1" = "clean" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make DEBUG=1 all
|
make NACL_ARCH=x86_64 DEBUG=1 all
|
||||||
make DEBUG=0 all
|
make NACL_ARCH=x86_64 DEBUG=0 all
|
||||||
|
|
||||||
|
make NACL_ARCH=i686 DEBUG=1 all
|
||||||
|
make NACL_ARCH=i686 DEBUG=0 all
|
||||||
|
|
||||||
|
make NACL_ARCH=arm DEBUG=1 all
|
||||||
|
make NACL_ARCH=arm DEBUG=0 all
|
||||||
|
|
Loading…
Reference in New Issue