Ignore:
Timestamp:
Nov 21, 2013, 6:57:41 PM (12 years ago)
Author:
[email protected]
Message:

<https://webkit.org/b/124701> Fix an error in a few Xcode configuration setting files.

Reviewed by Alexey Proskuryakov.

Source/JavaScriptCore:

  • Configurations/Base.xcconfig:

Source/ThirdParty/ANGLE:

  • Configurations/Base.xcconfig:

Source/WebCore:

  • Configurations/Base.xcconfig:

Source/WebKit/mac:

  • Configurations/Base.xcconfig:

Source/WebKit2:

  • Configurations/Base.xcconfig:

Source/WTF:

  • Configurations/Base.xcconfig:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/Configurations/Base.xcconfig

    r157987 r159665  
    4343GCC_ENABLE_OBJC_GC_iphoneos = NO;
    4444GCC_ENABLE_OBJC_GC_iphonesimulator = NO;
    45 GCC_ENABLE_OBJC_GC_macosx = $(GCC_ENABLE_OBJC_GC_macosx_$(MAC_OS_X_VERSION_MAJOR));
    46 GCC_ENABLE_OBJC_GC_macosx_1080 = supported;
    47 GCC_ENABLE_OBJC_GC_macosx_1090 = supported;
    48 GCC_ENABLE_OBJC_GC_macosx_101000 = NO;
     45GCC_ENABLE_OBJC_GC_macosx = supported;
    4946GCC_ENABLE_SYMBOL_SEPARATION = NO;
    5047GCC_FAST_OBJC_DISPATCH = YES;
Note: See TracChangeset for help on using the changeset viewer.