summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSMacOSX/base.xcconfig
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-19 08:43:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-20 11:23:31 +0200
commit111789e4af32d798f894c8449ba787c7308de127 (patch)
tree838fe367538c11f5a57b1b8e18356d5ed95b16ad /mDNSResponder/mDNSMacOSX/base.xcconfig
parentmDNSResponder: Increase stack size (diff)
downloadrtems-libbsd-111789e4af32d798f894c8449ba787c7308de127.tar.bz2
mDNSResponder: Update to v561.1.1
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-561.1.1.tar.gz Update #3522.
Diffstat (limited to 'mDNSResponder/mDNSMacOSX/base.xcconfig')
-rw-r--r--mDNSResponder/mDNSMacOSX/base.xcconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/mDNSResponder/mDNSMacOSX/base.xcconfig b/mDNSResponder/mDNSMacOSX/base.xcconfig
new file mode 100644
index 00000000..f35ee129
--- /dev/null
+++ b/mDNSResponder/mDNSMacOSX/base.xcconfig
@@ -0,0 +1,8 @@
+#include "<DEVELOPER_DIR>/AppleInternal/XcodeConfig/SimulatorSupport.xcconfig"
+
+// Set INSTALL_PATH[sdk=macosx*] when SimulatorSupport.xcconfig is unavailable
+INSTALL_PATH[sdk=macosx*] = $(INSTALL_PATH_ACTUAL)
+
+// Use $(INSTALL_PATH_PREFIX) instead of $(SDKROOT) as an unconditional prefix
+PUBLIC_HEADERS_FOLDER_PATH = $(INSTALL_PATH_PREFIX)/usr/include
+PRIVATE_HEADERS_FOLDER_PATH = $(INSTALL_PATH_PREFIX)/usr/local/include