Changeset 55871 in webkit for trunk/JavaScriptCore/Configurations
- Timestamp:
- Mar 11, 2010, 5:53:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/Configurations/Base.xcconfig
r55867 r55871 110 110 GCC_VERSION_LLVM_GCC_42 = com.apple.compilers.llvmgcc42; 111 111 112 // If the target Mac OS X version does not match the current Mac OS X version then we'll want to build using the target version's SDK. 113 SDKROOT = $(SDKROOT_$(MAC_OS_X_VERSION_MAJOR)_$(TARGET_MAC_OS_X_VERSION_MAJOR)); 114 SDKROOT_1050_1040 = macosx10.4; 115 SDKROOT_1060_1040 = macosx10.4; 116 SDKROOT_1060_1050 = macosx10.5; 117 SDKROOT_1070_1040 = macosx10.4; 118 SDKROOT_1070_1050 = macosx10.5; 119 SDKROOT_1070_1060 = macosx10.6; 120 112 121 113 122 // HAVE_DTRACE is disabled on Leopard due to <rdar://problem/5628149>
Note:
See TracChangeset
for help on using the changeset viewer.