mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Merge branch 'master' into vulkan
This commit is contained in:
commit
6630442588
|
|
@ -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
|
||||
'HOME' in os.environ):
|
||||
premake_path = os.path.join(
|
||||
os.environ['HOME'], 'xenia', 'third_party', 'premake-core')
|
||||
os.environ['HOME'], '.xenia-build', 'premake-core')
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue