Closed Altai-man closed 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.
gen-lib
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
Nice find, thanks!
Please don't forget to bump a version too. :+1:
While those variables worked nicely for Linux, it was not so in Windows: symbols asked were missing in
gen-lib
and present inssl-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