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 3d3f6c3 commit 9fa9531Copy full SHA for 9fa9531
xmake/modules/detect/tools/find_rc.lua
@@ -63,7 +63,7 @@ function main(opt)
63
local arch = toolchain and toolchain:arch() or config.arch()
64
local bindir = path.join(envs.WindowsSdkDir, "bin", envs.WindowsSDKVersion, arch)
65
if os.isdir(bindir) then
66
- opt.paths = opt.paths or {}
+ opt.paths = table.wrap(opt.paths)
67
table.insert(opt.paths, bindir)
68
end
69
0 commit comments