[Android] Clone Premake from sdcard to a hidden directory
This commit is contained in:
parent
bf1f189e78
commit
dbd518f137
|
@ -44,7 +44,7 @@ def setup_premake_path_override():
|
||||||
if (os.path.isfile(xb_file) and not os.access(xb_file, os.X_OK) and
|
if (os.path.isfile(xb_file) and not os.access(xb_file, os.X_OK) and
|
||||||
'HOME' in os.environ):
|
'HOME' in os.environ):
|
||||||
premake_path = os.path.join(
|
premake_path = os.path.join(
|
||||||
os.environ['HOME'], 'xenia', 'third_party', 'premake-core')
|
os.environ['HOME'], '.xenia-build', 'premake-core')
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue