diff --git a/tools/build/premake b/tools/build/premake index 0e87bcc49..b77d042ae 100644 --- a/tools/build/premake +++ b/tools/build/premake @@ -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