浏览代码

Update lib_build.py

/zgh-build_scripts
guanghuispark 4 年前
当前提交
5f5e1cfc
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 5
      engine/Scripts/lib_build.py

5
engine/Scripts/lib_build.py


flutter_root_path = os.getenv('FLUTTER_ROOT_PATH')
else:
print("This environment variable has been set, skip")
env_path = os.getenv('Path')
env_path = os.getenv('PATH')
print(env_path)
os.environ["Path"] = engine_path + "/depot_tools;" + os.environ["Path"]
os.environ["PATH"] = engine_path + "/depot_tools;" + os.environ["PATH"]
def get_depot_tools():
print("\nGetting Depot Tools...")

正在加载...
取消
保存