Where do i put libssl.dylib & libcrypto.dylib in introjucer OSX config?

Hi!

Where do i put libssl.dylib & libcrypto.dylib in introjucer OSX config?

I've tried various places but they don't stick.

In xcode I just go to the project's "General->Linked Frameworks and Libraries" . But it gets tedious to do it every time :)

 

Thanks!

Try in "External libraries to link"

There you need just the name of library e.g. for "libssl.dylib" you would just put "ssl" 

 

1 Like

Thank you!