ofxLibwebsockets icon indicating copy to clipboard operation
ofxLibwebsockets copied to clipboard

crypto.a and ssl.a paths in addon_config.mk

Open dimitre opened this issue 8 years ago • 2 comments

Hello, I could not make a new project using project generator but noticed two different filenames in openFrameworks 0.9.8. Software actually build after I've changed in addon_config.mk the following lines

ADDON_LIBS += ../../../libs/openssl/lib/osx/libcrypto.a
ADDON_LIBS += ../../../libs/openssl/lib/osx/libssl.a

to

ADDON_LIBS += ../../../libs/openssl/lib/osx/crypto.a
ADDON_LIBS += ../../../libs/openssl/lib/osx/ssl.a

dimitre avatar Apr 24 '17 18:04 dimitre

Thanks - This solved the issue for me

davivid avatar Jul 07 '17 11:07 davivid

Thanks, I was scratching my head over this.

braitsch avatar Aug 29 '17 02:08 braitsch