source: rtems-libbsd/mDNSResponder/mDNSMacOSX/base.xcconfig @ 111789e

55-freebsd-126-freebsd-12
Last change on this file since 111789e was 111789e, checked in by Sebastian Huber <sebastian.huber@…>, on 09/19/18 at 06:43:53

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.

  • Property mode set to 100644
File size: 425 bytes
Line 
1#include "<DEVELOPER_DIR>/AppleInternal/XcodeConfig/SimulatorSupport.xcconfig"
2
3// Set INSTALL_PATH[sdk=macosx*] when SimulatorSupport.xcconfig is unavailable
4INSTALL_PATH[sdk=macosx*] = $(INSTALL_PATH_ACTUAL)
5
6// Use $(INSTALL_PATH_PREFIX) instead of $(SDKROOT) as an unconditional prefix
7PUBLIC_HEADERS_FOLDER_PATH = $(INSTALL_PATH_PREFIX)/usr/include
8PRIVATE_HEADERS_FOLDER_PATH = $(INSTALL_PATH_PREFIX)/usr/local/include
Note: See TracBrowser for help on using the repository browser.