Skip to content

Commit 21d2dbd

Browse files
committed
Fixed the build of the parser when its path has spaces.
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 1356b97 commit 21d2dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/LLVM.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function CopyClangIncludes()
8989
end
9090

9191
if os.isdir(clangBuiltinIncludeDir) then
92-
postbuildcommands { string.format("{COPY} %s %%{cfg.buildtarget.directory}", clangBuiltinIncludeDir) }
92+
postbuildcommands { string.format('{COPY} "%s" "%%{cfg.buildtarget.directory}"', clangBuiltinIncludeDir) }
9393
end
9494
end
9595

0 commit comments

Comments
 (0)