fridgerator / PyNode

Node - Python Interop
154 stars 14 forks source link

Windows compilation broken: -z was unexpected at this time #33

Closed artus9033 closed 3 years ago

artus9033 commented 3 years ago

There seems to be an issue with windows compilation, as the windows-specific configuration in binding.gyp seems to contain bash scripts (e.g. -z), which simply won't work on Windows, breaking the builds on the platform if PY_HOME is not set.