aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/darwin')
-rw-r--r--tools/darwin/Configurations/App-ATV2.xcconfig2
-rw-r--r--tools/darwin/Configurations/App-OSX.xcconfig2
-rw-r--r--tools/darwin/Configurations/Common.xcconfig2
3 files changed, 4 insertions, 2 deletions
diff --git a/tools/darwin/Configurations/App-ATV2.xcconfig b/tools/darwin/Configurations/App-ATV2.xcconfig
index 521bfb7dd8..964cad7e2c 100644
--- a/tools/darwin/Configurations/App-ATV2.xcconfig
+++ b/tools/darwin/Configurations/App-ATV2.xcconfig
@@ -20,4 +20,6 @@
#include "App-iOS.xcconfig"
+OTHER_LDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-read_only_relocs,suppress $(XBMC_OTHER_LDFLAGS_COMMON)
+
GCC_PREPROCESSOR_DEFINITIONS = TARGET_DARWIN_IOS TARGET_DARWIN_IOS_ATV2 $(XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON)
diff --git a/tools/darwin/Configurations/App-OSX.xcconfig b/tools/darwin/Configurations/App-OSX.xcconfig
index 3c747dc49a..a24b166644 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)
+OTHER_LDFLAGS = -Wl,-search_paths_first $(XBMC_OTHER_LDFLAGS_COMMON) -lcdio -lfontconfig -lGLEW -lSDL
GCC_PREPROCESSOR_DEFINITIONS = TARGET_DARWIN_OSX $(XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON)
diff --git a/tools/darwin/Configurations/Common.xcconfig b/tools/darwin/Configurations/Common.xcconfig
index c5a8fabbb4..353d7983a7 100644
--- a/tools/darwin/Configurations/Common.xcconfig
+++ b/tools/darwin/Configurations/Common.xcconfig
@@ -18,6 +18,6 @@
//
//
-XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON = TARGET_POSIX TARGET_DARWIN _LINUX _REENTRANT _FILE_DEFINED _FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE __STDC_CONSTANT_MACROS HAVE_CONFIG_H HAS_SPC_CODEC
+XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON = TARGET_POSIX TARGET_DARWIN _LINUX _REENTRANT _FILE_DEFINED _FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE __STDC_CONSTANT_MACROS HAVE_CONFIG_H HAS_SPC_CODEC NPT_CONFIG_ENABLE_LOGGING
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym