Skip to content

Commit 09ff7a9

Browse files
use osx 0.9.8 libs
1 parent 5a67cf6 commit 09ff7a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

addon_config.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ osx:
124124
ADDON_INCLUDES_EXCLUDE = libs/libwebsockets/include/win32port
125125
ADDON_INCLUDES_EXCLUDE += libs/libwebsockets/include/win32port/win32helpers
126126

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+
127132
ios:
128133
ADDON_INCLUDES_EXCLUDE = libs/libwebsockets/include/win32port/.*
129134
ADDON_INCLUDES_EXCLUDE += libs/libwebsockets/include/win32port/win32helpers/.*

0 commit comments

Comments
 (0)