ariovistus / pyd

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

linker errors when $USERPROFILE contains spaces #113

Closed DannyArends closed 5 years ago

DannyArends commented 5 years ago

I am running into linker issues when pyd is used by a user that has a space in it's username under windows. The fix is easy: wrap the /LIBPATH using \\\\"

I'll submit a pull request to fix this