浏览代码

add more state

/main
siyao 3 年前
当前提交
9f991933
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      engine/Scripts/lib_build_android.sh

2
engine/Scripts/lib_build_android.sh


if [ $architecture = "arm64" ]; then
python3 lib_build.py -r $engine_path -p android -m $runtime_mode --arm64
elif [ ! $architecture ]; then
elif [ ! $architecture ] || [ $architecture = "arm32" ]; then
python3 lib_build.py -r $engine_path -p android -m $runtime_mode
else
echo "If you want to build android arm64, please enter '-a arm64'. \nWihtout enter this, it will build android arm32 by default"
正在加载...
取消
保存