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 1356b97 commit 21d2dbdCopy full SHA for 21d2dbd
build/LLVM.lua
@@ -89,7 +89,7 @@ function CopyClangIncludes()
89
end
90
91
if os.isdir(clangBuiltinIncludeDir) then
92
- postbuildcommands { string.format("{COPY} %s %%{cfg.buildtarget.directory}", clangBuiltinIncludeDir) }
+ postbuildcommands { string.format('{COPY} "%s" "%%{cfg.buildtarget.directory}"', clangBuiltinIncludeDir) }
93
94
95
0 commit comments