guanghuispark
4 年前
当前提交
379881f1
共有 3 个文件被更改,包括 23 次插入 和 60 次删除
-
55com.unity.uiwidgets/Runtime/Plugins/Android/libUIWidgets.so.meta
-
8engine/Scripts/lib_build_ios.sh
-
20engine/Scripts/lib_build_ios_bitcode.sh
|
|||
engine_path=$(pwd) |
|||
runtime_mode=release |
|||
|
|||
while getopts ":r:m:" opt |
|||
do |
|||
case $opt in |
|||
r) |
|||
engine_path=$OPTARG # set engine_path, depot_tools and flutter engine folder will be put into this path |
|||
;; |
|||
m) |
|||
runtime_mode=$OPTARG |
|||
;; |
|||
?) |
|||
echo "unknown param" |
|||
exit 1;; |
|||
esac |
|||
done |
|||
|
|||
python3 lib_build.py -r $engine_path -m $runtime_mode -p ios -e |
|||
|
撰写
预览
正在加载...
取消
保存
Reference in new issue