aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-10-26 17:40:45 +0200
committerMemphiz <memphis@machzwo.de>2013-10-26 17:40:45 +0200
commitda9e0baf8360ca189c98d7a97640c77051e1d91c (patch)
tree40f453a73f06659c42ade0eb11c8af089b11416c /tools
parent362ee299c274221ab0186655b5f4d96730cfa043 (diff)
[osx] - fix compile after f90170a2605328f4d09b5d6de04d98885f12b3b4
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/Configurations/App-OSX.xcconfig2
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)