Changeset 139222 in webkit
- Timestamp:
- Jan 9, 2013, 12:27:07 PM (12 years ago)
- Location:
- trunk/Source/ThirdParty
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/ChangeLog
r132860 r139222 1 2013-01-09 David Farler <dfarler@apple.com> 2 3 Change ARCHS to generic setting to work with multiple platforms. 4 https://bugs.webkit.org/show_bug.cgi?id=106478 5 6 Reviewed by Anders Carlsson. 7 8 * gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT); 9 1 10 2012-10-28 Mark Rowe <mrowe@apple.com> 2 11 -
trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig
r132860 r139222 10 10 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 11 11 12 // Not building PowerPC any more 13 ARCHS = i386 x86_64 12 ARCHS = $(ARCHS_STANDARD_32_64_BIT); 14 13 15 14 HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/usr/local/include $(WEBCORE_PRIVATE_HEADERS_DIR)/ForwardingHeaders ../ ../include/
Note:
See TracChangeset
for help on using the changeset viewer.