Fix macOS and Linux CI.

This commit is contained in:
Apprentice-Alchemist
2022-03-02 17:40:38 +01:00
parent b72f45ed16
commit 2d2e6458f7
2 changed files with 4 additions and 1 deletions

View File

@@ -213,6 +213,9 @@
<lib name="Crypt32.lib" if="windows"/>
<lib name="ws2_32.lib" if="windows"/>
<!-- Find homebrews mbedtls -->
<lib name="-L/usr/local/lib" if="mac"/>
<lib name="-lmbedtls" unless="windows" />
<lib name="-lmbedx509" unless="windows" />
<lib name="-lmbedcrypto" unless="windows" />