浏览代码

fix typo

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

2
engine/Scripts/lib_build_android.sh


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"
echo "If you want to build android arm64, please enter '-a arm64'. \nWihtout entering this, it will build android arm32 by default"
fi
正在加载...
取消
保存