Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dimitre opened this issue Apr 24, 2017 · 2 comments
Open

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

dimitre opened this issue Apr 24, 2017 · 2 comments

Comments

@dimitre
Copy link

dimitre commented Apr 24, 2017

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
@davivid
Copy link

davivid commented Jul 7, 2017

Thanks - This solved the issue for me

@braitsch
Copy link

Thanks, I was scratching my head over this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants