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.
2 parents 531f275 + 630b9ad commit 8d70646Copy full SHA for 8d70646
addon_config.mk
@@ -123,6 +123,10 @@ android/armeabi-v7a:
123
osx:
124
ADDON_INCLUDES_EXCLUDE = libs/libwebsockets/include/win32port
125
ADDON_INCLUDES_EXCLUDE += libs/libwebsockets/include/win32port/win32helpers
126
+ # OpenSSL support for OSX 10.11+
127
+ ADDON_INCLUDES += ../../../libs/openssl/include
128
+ ADDON_LIBS += ../../../libs/openssl/lib/osx/libcrypto.a
129
+ ADDON_LIBS += ../../../libs/openssl/lib/osx/libssl.a
130
131
# OpenSSL support for OSX 10.11+
132
ADDON_INCLUDES += ../../../libs/openssl/include
0 commit comments