Searched refs:MACOS (Results 1 – 25 of 26) sorted by relevance
12
65 MACOS = (HOST_PLATFORM == 'darwin') variable238 if MACOS:248 if MACOS and is_macosx_sdk_path(dir):257 if MACOS and is_macosx_sdk_path(dir):272 if MACOS:281 if MACOS and is_macosx_sdk_path(p):310 if MACOS and is_macosx_sdk_path(p):574 if MACOS and (783 if MACOS:1012 if MACOS:[all …]
27 #if defined(MACOS) || defined(TARGET_OS_MAC) || defined(PLATFORM_WINDOWS)65 #if defined(MACOS) || defined(TARGET_OS_MAC) || defined(PLATFORM_WINDOWS) in Make()
122 #elif defined(MACOS)154 #elif defined(MACOS)
64 MACOS = sys.platform.startswith("darwin") variable147 if MACOS:183 if MACOS and "MACOSX_DEPLOYMENT_TARGET" not in os.environ:
14 MACOS: bool
1 MACOS (not MACOS X)
6 MACOS = sys.platform.startswith("darwin") variable
108 #if defined(MACOS) || defined(TARGET_OS_MAC)
218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
133 #if defined(MACOS) || defined(TARGET_OS_MAC)
1174 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
115 #if defined(MACOS) || defined(TARGET_OS_MAC)
148 #if defined(MACOS) || defined(TARGET_OS_MAC)
100 // macOS: %MACOS%
115 BUILDING ON MACOS 9:
18 MACOS = (sys.platform == 'darwin') variable1048 if MACOS:
36 MACOS = sys.platform.startswith("darwin") variable2116 @unittest.skipIf(MACOS, "skipped on macOS")2134 @unittest.skipIf(MACOS, "skipped on macOS")2155 @unittest.skipIf(MACOS, "skipped on macOS")2471 @unittest.skipIf(not MACOS, 'macOS only')
103 #elif defined(MACOS) || defined(TARGET_OS_MAC) in LoadAndBind()
798 # MACOS832 # MACOS
890 #if !MACOS
459 Fixed config.h to allow building under MACOS X and glibc