浏览代码

Merge branch 'handle_touches_on_mobile' of github.com:Unity-Technologies/com.unity.uiwidgets into handle_touches_on_mobile

/main
Xingwei Zhu 3 年前
当前提交
5d5ac378
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      engine/Scripts/lib_build.py

2
engine/Scripts/lib_build.py


global flutter_root_path
flutter_root_path = os.getenv('FLUTTER_ROOT_PATH', 'null')
if flutter_root_path == 'null':
os.environ["FLUTTER_ROOT_PATH"] = engine_path + "/engine/src"
os.environ["FLUTTER_ROOT_PATH"] = os.path.join(engine_path, "engine","src")
flutter_root_path = os.getenv('FLUTTER_ROOT_PATH')
else:
print("This environment variable has been set, skip")

正在加载...
取消
保存