mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
github: build android with NDK compiler
This commit is contained in:
@@ -12,11 +12,6 @@ elif [[ "$GH_CPU_ARCH" == "32&64" ]]; then
|
||||
export ARCHS="armeabi armeabi-v7a x86 aarch64 x86_64"
|
||||
fi
|
||||
|
||||
export API=21
|
||||
export TOOLCHAIN=host
|
||||
export CC=clang-12
|
||||
export CXX=clang++-12
|
||||
export STRIP=llvm-strip-12
|
||||
sh compile.sh release
|
||||
|
||||
if [[ "$GH_CPU_ARCH" == "64" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user