Skip to content

Commit

Permalink
Removing SSL from xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
robotconscience committed Feb 1, 2015
1 parent a5537dd commit 718a873
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ofxLibwebsockets.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
//like this:
//OFX_LWS_PATH = "$(OF_PATH)/addons"

LIB_SSL = "$(OFX_LWS_PATH)/libs/openssl/lib/osx/libssl.a"
LIB_CRYPTO = "$(OFX_LWS_PATH)/libs/openssl/lib/osx/libcrypto.a"
LIB_LIBWEBSOCKETS = "$(OFX_LWS_PATH)/libs/libwebsockets/lib/osx/libwebsockets.a"
SSL_INC = "$(OFX_LWS_PATH)/libs/openssl/"
LWS_INC = "$(OFX_LWS_PATH)/libs/libwebsockets/include"
OFX_LWS_INC = "$(OFX_LWS_PATH)/libs/ofxLibwebsockets/include" "$(OFX_LWS_PATH)/libs/ofxLibwebsockets/src"

OFX_LWS_LIBS = $(LIB_CRYPTO) $(LIB_SSL) $(LIB_LIBWEBSOCKETS)
OFX_LWS_LIBS = $(LIB_LIBWEBSOCKETS)
OFX_LWS_INCLUDES= $(SSL_INC) $(LWS_INC) $(OFX_LWS_INC)
OFX_LWS_SEARCH = "$(OFX_LWS_PATH)/libs/libwebsockets/lib/osx" "$(OFX_LWS_PATH)/libs/libwebsockets/lib/osx"

Expand Down

0 comments on commit 718a873

Please sign in to comment.