Add support for building as a .framework
This commit is contained in:
parent
a156dab77d
commit
7bd7ccc31f
3 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@ include ../extra.mk
|
|||
|
||||
SHARED_LIB = ${OBJOPENSSL_SHARED_LIB}
|
||||
STATIC_LIB = ${OBJOPENSSL_STATIC_LIB}
|
||||
FRAMEWORK = ${OBJOPENSSL_FRAMEWORK}
|
||||
LIB_MAJOR = 0
|
||||
LIB_MINOR = 0
|
||||
|
||||
|
|
Reference in a new issue