We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83c9cdb + 42398f4 commit 625a3d3Copy full SHA for 625a3d3
1 file changed
engine/Scripts/lib_build.py
@@ -272,6 +272,10 @@ def build_engine():
272
global bitcode
273
dest_folder=""
274
275
+ #delete SDKRoot env if any. It may conflict with the real sysroot path generated by Bee
276
+ if 'SDKROOT' in os.environ:
277
+ del os.environ['SDKROOT']
278
+
279
print("\nStarting build engine...")
280
if platform == "windows":
281
dest_folder = "x86_64"
0 commit comments