Changeset 139784 in webkit
- Timestamp:
- Jan 15, 2013, 1:49:49 PM (12 years ago)
- Location:
- trunk/Source/ThirdParty/ANGLE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/ANGLE/ChangeLog
r139761 r139784 1 2013-01-15 David Kilzer <ddkilzer@apple.com> 2 3 BUILD FIX: Add SUPPORTED_PLATFORMS to Base.xcconfig 4 5 * Configurations/Base.xcconfig: Add SUPPORTED_PLATFORMS so that 6 Xcode knows we can build this project for all three platforms. 7 Previously the Mac OS X SDKs were missing in the scheme picker. 8 1 9 2013-01-15 David Kilzer <ddkilzer@apple.com> 2 10 -
trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig
r139761 r139784 33 33 STRIP_INSTALLED_PRODUCT = NO; 34 34 35 SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx; 36 35 37 TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR); 36 38
Note:
See TracChangeset
for help on using the changeset viewer.