浏览代码

Update lib_build_ios.sh

/zgh-build_scripts
guanghuispark 4 年前
当前提交
41d69206
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
      engine/Scripts/lib_build_ios.sh

4
engine/Scripts/lib_build_ios.sh


cp -f $work_path/patches/BUILD.gn.patch BUILD.gn.patch
patch < BUILD.gn.patch -N
cd $FLUTTER_ROOT_PATH/build/mac
cp -f $work_path/patches/find_sdk.patch find_sdk.patch
patch < find_sdk.patch -N
cd $FLUTTER_ROOT_PATH
./flutter/tools/gn $gn_params

正在加载...
取消
保存