https://issues.dlang.org/show_bug.cgi?id=16677
GoaLitiuM <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |i.fi --- Comment #4 from GoaLitiuM <[email protected]> --- We just hit this bug too with DMD, but passing the same quoted path to LDC does get handled correctly: > ldc2 -m64 "-L/LIBPATH:C:/Program Files (x86)/foo/bar" hello.d > dmd -m64 "-L/LIBPATH:C:/Program Files (x86)/foo/bar" hello.d LINK : fatal error LNK1181: cannot open input file 'Files.obj' Error: linker exited with status 1181 --
