2 # Selectable features for MacOSX
6 FEATURE_DEBUG_DYLIB = 1
9 FEATURE_PROFILE_DYLIB = 1
11 # Use different order file if it exists
12 ALTORDERFILE = /AppleInternal/OrderFiles/libSystem.order
13 ifeq ($(shell [ ! -f $(ALTORDERFILE) ] || echo YES),YES)
14 PLATFORM_ORDER_FILE = $(ALTORDERFILE)