Changeset 38028 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 30, 2008, 11:13:07 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38027 r38028 1 2008-10-30 Mark Rowe <[email protected]> 2 3 Reviewed by Jon Homeycutt. 4 5 Explicitly default to building for only the native architecture in debug and release builds. 6 7 * Configurations/DebugRelease.xcconfig: 8 1 9 2008-10-30 Cameron Zwarich <[email protected]> 2 10 -
trunk/JavaScriptCore/Configurations/DebugRelease.xcconfig
r37647 r38028 1 1 #include "Base.xcconfig" 2 ARCHS = $(NATIVE_ARCH); 3 2 4 MACOSX_DEPLOYMENT_TARGET = $(MACOSX_DEPLOYMENT_TARGET_$(MAC_OS_X_VERSION_MAJOR)); 3 5 MACOSX_DEPLOYMENT_TARGET_ = 10.4;
Note:
See TracChangeset
for help on using the changeset viewer.