Nemirtingas / clang-msvc-sdk

MIT License
14 stars 7 forks source link

llvm-rc-wrapper breaks absolute paths starting with d or l #1

Closed mite-user closed 2 years ago

mite-user commented 2 years ago

llvm-rc-wrapper converts all parameters starting with /d and /l into /D and /l options.

It causes problems with some absolute paths. So the command ./llvm-rc-wrapper -I /dir -I /ldir rc-file generates llvm-rc- -I /D ir -I /l dir rc-file

Nemirtingas commented 2 years ago

Hi,

Thank you for your issue and pr.