diff options
| author | ruki <[email protected]> | 2025-04-24 22:38:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-24 10:24:45 +0800 |
| commit | 9a69d05a1087691899587da2aeb1c37cea54c354 (patch) | |
| tree | ec5394b2cbfa368d994c5b180dc6a9f87cde6640 /xmake/modules/cli/amalgamate.lua | |
| parent | f1a41602879db55520c92458d1d52b494df66976 (diff) | |
rename config.buildir
Diffstat (limited to 'xmake/modules/cli/amalgamate.lua')
| -rw-r--r-- | xmake/modules/cli/amalgamate.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/cli/amalgamate.lua b/xmake/modules/cli/amalgamate.lua index d0a5ba40c..547ca54d1 100644 --- a/xmake/modules/cli/amalgamate.lua +++ b/xmake/modules/cli/amalgamate.lua @@ -158,7 +158,7 @@ function main(...) task.run("config") -- generate amalgamate code - args.outputdir = args.outputdir or config.buildir() + args.outputdir = args.outputdir or config.builddir() if args.target then local target = assert(check_targetname(args.target)) _generate_amalgamate_code(target, args) |
