1#include "common.xcconfig"
2
3#include "libcurl-version.xcconfig"
4
5// Upstream changes moved CURL_HIDDEN_SYMBOLS out of curl_config.h
6CURL_PREPROCESSOR_DEFINITIONS = BUILDING_LIBCURL CURL_HIDDEN_SYMBOLS
7
8OTHER_LDFLAGS = -framework Security -framework CoreFoundation
9OTHER_LDFLAGS[sdk=iphoneos*] = $(inherited)
10OTHER_LDFLAGS[sdk=macosx*] = $(inherited) -weak_framework LDAP -weak_framework Kerberos
11
12USER_HEADER_SEARCH_PATHS = $(PROJECT_DIR)/curl/lib
13