Closed secretagentmoof closed 11 months ago
Don't understand the purpose of this change. The whole Windows family uses dll, not only Cygwin.
For whatever reason, cygwin does not define _WIN32
; the suffix defaults to .so, and the packer tries to load ./lzma-packer.so
(and fails). cygwin does expose __CYGWIN__
, however.
cygwin uses .dll, not .so, for its libraries