diff options
| author | Triang3l <triang3l@yandex.ru> | 2021-11-02 03:03:45 +0300 |
|---|---|---|
| committer | Triang3l <triang3l@yandex.ru> | 2021-11-02 03:03:45 +0300 |
| commit | dbd518f1371a24d805bf22c270bc0af0f94bdc0d (patch) | |
| tree | 717a40f9a644589dd37c9325a31badd8844a3786 /tools | |
| parent | bf1f189e78b1d2e6ad4531bf81ab88a09899b9de (diff) | |
[Android] Clone Premake from sdcard to a hidden directory
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/premake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
