diff options
| author | ruki <[email protected]> | 2026-01-14 22:48:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-14 22:48:30 +0800 |
| commit | 9f71467fa46e1edb56fc51470dc99ccbb6c67a59 (patch) | |
| tree | 533b77827e803068ce875338e3e90c9f7d91127a /xmake/plugins/macro/macros/package.lua | |
| parent | 00674169af6ae8b5eeb1d0d95c24a1571130fd9d (diff) | |
fix oldpkg
Diffstat (limited to 'xmake/plugins/macro/macros/package.lua')
| -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 7954ce850..8f171f4ec 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", "localpkg"} + argv = {"p", "-f", "oldpkg"} if args.outputdir then table.insert(argv, "-o") table.insert(argv, args.outputdir) |
