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 446ad5e commit 0726f12Copy full SHA for 0726f12
src/tools/gcc.lua
@@ -426,6 +426,7 @@
426
427
for _, fullpath in ipairs(dirs) do
428
local rpath = path.getrelative(cfg.buildtarget.directory, fullpath)
429
+ rpath = p.quoted(rpath) -- quote in case of spaces in path
430
if table.contains(os.getSystemTags(cfg.system), "darwin") then
431
rpath = "@loader_path/" .. rpath
432
elseif (cfg.system == p.LINUX) then
0 commit comments