diff options
| author | ruki <[email protected]> | 2026-01-14 22:52:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-14 22:52:20 +0800 |
| commit | 930765d9108cb2b0bb6e50812b45b04b6319ba10 (patch) | |
| tree | 533b77827e803068ce875338e3e90c9f7d91127a | |
| parent | 0dd9aecf04ffbed460390fd12ec96fe747d0ef69 (diff) | |
fix package macros
| -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 f66c3bde8..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", "local"} + argv = {"p", "-f", "oldpkg"} if args.outputdir then table.insert(argv, "-o") table.insert(argv, args.outputdir) |
