We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a67cf6 commit 09ff7a9Copy full SHA for 09ff7a9
addon_config.mk
@@ -124,6 +124,11 @@ osx:
124
ADDON_INCLUDES_EXCLUDE = libs/libwebsockets/include/win32port
125
ADDON_INCLUDES_EXCLUDE += libs/libwebsockets/include/win32port/win32helpers
126
127
+ # OpenSSL support for OSX 10.11+
128
+ ADDON_INCLUDES += ../../../libs/openssl/include
129
+ ADDON_LIBS += ../../../libs/openssl/lib/osx/crypto.a
130
+ ADDON_LIBS += ../../../libs/openssl/lib/osx/ssl.a
131
+
132
ios:
133
ADDON_INCLUDES_EXCLUDE = libs/libwebsockets/include/win32port/.*
134
ADDON_INCLUDES_EXCLUDE += libs/libwebsockets/include/win32port/win32helpers/.*
0 commit comments