Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit e23cbe0

Browse files
committed
Merge branch 'handle_touches_on_mobile' of github.com:Unity-Technologies/com.unity.uiwidgets into handle_touches_on_mobile
2 parents 4e1744a + dc7a0e4 commit e23cbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Scripts/lib_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def set_env_verb():
127127
global flutter_root_path
128128
flutter_root_path = os.getenv('FLUTTER_ROOT_PATH', 'null')
129129
if flutter_root_path == 'null':
130-
os.environ["FLUTTER_ROOT_PATH"] = engine_path + "/engine/src"
130+
os.environ["FLUTTER_ROOT_PATH"] = os.path.join(engine_path, "engine","src")
131131
flutter_root_path = os.getenv('FLUTTER_ROOT_PATH')
132132
else:
133133
print("This environment variable has been set, skip")

0 commit comments

Comments
 (0)