jnthn / p6-io-socket-async-ssl

Asynchronous TLS sockets in Raku
11 stars 19 forks source link

Use correct lib vars to fix Windows build #39

Closed Altai-man closed 5 years ago

Altai-man commented 5 years ago

While those variables worked nicely for Linux, it was not so in Windows: symbols asked were missing in gen-lib and present in ssl-lib.

With those changes both on GNU/Linux and Windows 7 module can be tested(except MoarVM panic on Windows, but that is another matter).

Thanks to Poohman for reporting the issue on #perl6 irc channel. Resolves https://github.com/jnthn/p6-io-socket-async-ssl/issues/28

jnthn commented 5 years ago

Nice find, thanks!

Altai-man commented 5 years ago

Please don't forget to bump a version too. :+1: