浏览代码

update sh

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

4
engine/Scripts/lib_build_android.sh


esac
done
if [ $architecture = "64" ]; then
if [ $architecture = "arm64" ]; then
echo "If you want to build android arm64, please enter '-a 64'. \nWihtout enter this, it will build android arm32 by default"
echo "If you want to build android arm64, please enter '-a arm64'. \nWihtout enter this, it will build android arm32 by default"
fi
正在加载...
取消
保存