diff options
| -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) |
