Fix build.sh
This commit is contained in:
parent
19bae91be1
commit
da3c921ea8
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=0 V=0 XASH_SDL=0 -j 8 APP_CFLAGS="-w -Wl,--no-undefined" APP_LDFLAGS="-Wl,--no-undefined"
|
||||
sh gen-version.sh release sign
|
||||
sh gen-config.sh release sign
|
||||
sh gen-version.sh default-release
|
||||
rm assets/extras.pak 2>/dev/null
|
||||
python2 makepak.py xash-extras assets/extras.pak
|
||||
|
|
Loading…
Add table
Reference in a new issue