diff options
author | Memphiz <memphis@machzwo.de> | 2013-10-26 17:40:45 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-10-26 17:40:45 +0200 |
commit | da9e0baf8360ca189c98d7a97640c77051e1d91c (patch) | |
tree | 40f453a73f06659c42ade0eb11c8af089b11416c /tools | |
parent | 362ee299c274221ab0186655b5f4d96730cfa043 (diff) |
[osx] - fix compile after f90170a2605328f4d09b5d6de04d98885f12b3b4
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/Configurations/App-OSX.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Configurations/App-OSX.xcconfig b/tools/darwin/Configurations/App-OSX.xcconfig index 38a9902a02..3c747dc49a 100644 --- a/tools/darwin/Configurations/App-OSX.xcconfig +++ b/tools/darwin/Configurations/App-OSX.xcconfig @@ -28,6 +28,6 @@ MACOSX_DEPLOYMENT_TARGET = 10.6 -OTHER_LDFLAGS = $(XBMC_OTHER_LDFLAGS_COMMON) -lgnutls -lhogweed -lnettle -lgmp +OTHER_LDFLAGS = $(XBMC_OTHER_LDFLAGS_COMMON) GCC_PREPROCESSOR_DEFINITIONS = TARGET_DARWIN_OSX $(XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON) |