mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-29 05:20:23 +01:00
Check for undefined reference in case
This commit is contained in:
parent
5d1f77d324
commit
52deb81710
2
build.sh
2
build.sh
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=0 V=0 XASH_SDL=1 -j8 APP_CFLAGS="-w"
|
||||
ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=0 V=0 XASH_SDL=1 -j 8 APP_CFLAGS="-w -Wl,--no-undefined" APP_LDFLAGS="-Wl,--no-undefined"
|
||||
sh gen-version.sh default-release
|
||||
rm assets/extras.pak 2>/dev/null
|
||||
python2 makepak.py xash-extras assets/extras.pak
|
||||
|
Loading…
Reference in New Issue
Block a user