X-Git-Url: https://git.saurik.com/apple/libdispatch.git/blobdiff_plain/beb15981c065ae4ed9a311077ec39909275640b6..9d9a7e41279eb3e17c326c333f21dd7cbf02cfdd:/xcodeconfig/libdispatch-up-static.xcconfig diff --git a/xcodeconfig/libdispatch-up-static.xcconfig b/xcodeconfig/libdispatch-up-static.xcconfig index 0ece635..170c5b3 100644 --- a/xcodeconfig/libdispatch-up-static.xcconfig +++ b/xcodeconfig/libdispatch-up-static.xcconfig @@ -18,8 +18,11 @@ // @APPLE_APACHE_LICENSE_HEADER_END@ // -OTHER_LDFLAGS = +// skip simulator +SUPPORTED_PLATFORMS = macosx iphoneos appletvos watchos +PRODUCT_NAME = libdispatch_up BUILD_VARIANTS = normal +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DISPATCH_HW_CONFIG_UP=1 $(STATICLIB_PREPROCESSOR_DEFINITIONS) +OTHER_LDFLAGS = SKIP_INSTALL = YES -EXCLUDED_SOURCE_FILE_NAMES = * -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) USE_OBJC=0 DISPATCH_USE_DTRACE=0 +EXCLUDED_SOURCE_FILE_NAMES[sdk=*simulator*] = *