sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Delete precomp files when rebuilding #86

Closed ugexe closed 3 years ago

ugexe commented 3 years ago

When updating a native library that an existing precompiled raku module uses there will still be references to the old (now non-existing) native library. This change works around the issue by deleting the precomp files as part of its build step. This helps work around #82