delete SDKROOT in the env if any
This commit is contained in:
Родитель
10f9911f82
Коммит
42398f4c34
|
@ -272,6 +272,10 @@ def build_engine():
|
|||
global bitcode
|
||||
dest_folder=""
|
||||
|
||||
#delete SDKRoot env if any. It may conflict with the real sysroot path generated by Bee
|
||||
if 'SDKROOT' in os.environ:
|
||||
del os.environ['SDKROOT']
|
||||
|
||||
print("\nStarting build engine...")
|
||||
if platform == "windows":
|
||||
dest_folder = "x86_64"
|
||||
|
|
Загрузка…
Ссылка в новой задаче