Closed artus9033 closed 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.
binding.gyp
PY_HOME
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 ifPY_HOME
is not set.