We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57883da commit 32d467aCopy full SHA for 32d467a
xmake.lua
@@ -138,7 +138,7 @@ target("legacy-script-engine")
138
set_basename("legacy-script-engine-nodejs")
139
after_build(function(target)
140
local langPath = path.join(os.projectdir(), "src/lang")
141
- local outputPath = path.join(os.projectdir(), "bin/" .. target:name())
+ local outputPath = path.join(os.projectdir(), "bin/" .. target:name() .. "/lang")
142
os.cp(langPath, outputPath)
143
end)
144
end
0 commit comments