mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
compile.sh: enable strip
This commit is contained in:
@@ -73,7 +73,7 @@ build_native_project()
|
||||
cd $prj
|
||||
fi
|
||||
./waf -o "$out" configure -T $BUILD_TYPE --android="$arch,$TOOLCHAIN,$API" $* build || die "$out"
|
||||
./waf install --destdir=$ROOT/build/android/
|
||||
./waf install --destdir=$ROOT/build/android/ --strip
|
||||
cd $ROOT # obviously, we can't ../ from symlink directory, so change to our root directory
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user