diff options
| author | ruki <[email protected]> | 2026-01-14 22:48:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-14 22:48:57 +0800 |
| commit | 0dd9aecf04ffbed460390fd12ec96fe747d0ef69 (patch) | |
| tree | 96c9789feb5b7775d4f021a80c421cfbd01e7a48 | |
| parent | 9f71467fa46e1edb56fc51470dc99ccbb6c67a59 (diff) | |
improve xmake package macro
| -rw-r--r-- | xmake/plugins/macro/macros/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/macro/macros/package.lua b/xmake/plugins/macro/macros/package.lua index 8f171f4ec..f66c3bde8 100644 --- a/xmake/plugins/macro/macros/package.lua +++ b/xmake/plugins/macro/macros/package.lua @@ -65,7 +65,7 @@ function main(argv) table.insert(argv, "-D") end os.execv(os.programfile(), argv) - argv = {"p", "-f", "oldpkg"} + argv = {"p", "-f", "local"} if args.outputdir then table.insert(argv, "-o") table.insert(argv, args.outputdir) |
