diff options
author | montellese <montellese@xbmc.org> | 2014-05-15 11:06:58 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-05-15 19:35:33 +0200 |
commit | 215860adddcbba9e4163bc971774d44bc014994a (patch) | |
tree | 09b2128ff8cc09e750df610db1d1799dae9ebc5c /tools/darwin | |
parent | 5de1287266ef2b4adf11afde041d076bb316397b (diff) |
[darwin] add NPT_CONFIG_ENABLE_LOGGING flag to Xcode common configuration
Diffstat (limited to 'tools/darwin')
-rw-r--r-- | tools/darwin/Configurations/Common.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |