ariovistus / pyd

Interoperability between Python and D
MIT License
157 stars 32 forks source link

dub.json: Fix /LIBPATH linker flags for LDC builds on Windows #142

Closed kinke closed 3 years ago

kinke commented 3 years ago

The quoting insanity would be obsolete for DMD since v2.089 too.

The previous quotes for LDC only worked as long as there was no space in the path; e.g., C:\Program Files (x86)\Python37-32\libs led to a linker error (LNK1104: cannot open file '"\LIBPATH:C:\Program Files (x86)\Python37-32\libs".obj').