Odin: dev-2023-08-nightly:49b24471
OS: Windows 10 Home Basic (version: 22H2), build 19045.3324
CPU: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
RAM: 4095 MiB
Expected Behavior
I expect the possibility to provide additional library search path which contains spaces to the link.exe linker on Windows (with command line, not environment variable)
Current Behavior
odin CLI tool ignores escaped quotes in -extra-linker-flags argument
additionally, if I pass not only /LIBPATH:"..." argument but at least one more single-word argument before it, odin passes quoted string to the linker truncated at the first space for some reason
Context
Odin: dev-2023-08-nightly:49b24471 OS: Windows 10 Home Basic (version: 22H2), build 19045.3324 CPU: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz RAM: 4095 MiB
Expected Behavior
I expect the possibility to provide additional library search path which contains spaces to the
link.exe
linker on Windows (with command line, not environment variable)Current Behavior
odin
CLI tool ignores escaped quotes in-extra-linker-flags
argument additionally, if I pass not only/LIBPATH:"..."
argument but at least one more single-word argument before it,odin
passes quoted string to the linker truncated at the first space for some reasonFailure Information (for bugs)
Steps to Reproduce
.lib
) at path containing spaces/LIBPATH
to specify library locationAdditional notes
I have also tried similar steps on Linux, but the issue is not present there.