ObjOpenSSL.oc: Include FRAMEWORK_LIBS
FossilOrigin-Name: a9dc759a9f9a28cd2c5c8025444bfc5d6e05cb03f30a2c88ccd846ff6f043059
This commit is contained in:
parent
b975cd2385
commit
c87e963d82
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
package_format 1
|
||||
CPPFLAGS="$CPPFLAGS @OPENSSL_CPPFLAGS@"
|
||||
LIBS="-lobjopenssl @OPENSSL_LIBS@ $LIBS"
|
||||
FRAMEWORK_LIBS="-framework ObjOpenSSL @OPENSSL_LIBS@ $FRAMEWORK_LIBS"
|
||||
|
|
Reference in a new issue