diff options
| author | ruki <[email protected]> | 2022-12-23 22:59:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-23 22:59:27 +0800 |
| commit | 9a1bd4627bc2cbbffc01341a3f4e6671c3bb126b (patch) | |
| tree | 3218504e146f1c0886522b552e5503b7bdec74ea /xmake | |
| parent | 26b1ce2a8f1beead31abe534ff7b9b3f09f03013 (diff) | |
use new get.sh
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/actions/update/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index 79708904d..12d79d1ad 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -213,7 +213,7 @@ function _install(sourcedir) os.vrun("./configure") end os.vrun("make") - process.openv("./scripts/get2.sh", {"__local__", "__install_only__"}, {stdout = os.tmpfile(), stderr = os.tmpfile(), detach = true}):close() + process.openv("./scripts/get.sh", {"__local__", "__install_only__"}, {stdout = os.tmpfile(), stderr = os.tmpfile(), detach = true}):close() end return true end, |
