Changeset 142830 in webkit


Ignore:
Timestamp:
Feb 13, 2013 5:31:02 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Make WebKit2 Derived Sources work with SDK identifiers too
https://bugs.webkit.org/show_bug.cgi?id=109763

Patch by David Farler <dfarler@apple.com> on 2013-02-13
Reviewed by David Kilzer.

  • WebKit2.xcodeproj/project.pbxproj: Pass SDKROOT=${SDKROOT} to DerivedSources.make
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r142817 r142830  
     12013-02-13  David Farler  <dfarler@apple.com>
     2
     3        Make WebKit2 Derived Sources work with SDK identifiers too
     4        https://bugs.webkit.org/show_bug.cgi?id=109763
     5
     6        Reviewed by David Kilzer.
     7
     8        * WebKit2.xcodeproj/project.pbxproj: Pass SDKROOT=${SDKROOT} to DerivedSources.make
     9
    1102013-02-13  Csaba Osztrogonác  <ossy@webkit.org>
    211
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r142806 r142830  
    61806180                        runOnlyForDeploymentPostprocessing = 0;
    61816181                        shellPath = /bin/sh;
    6182                         shellScript = "mkdir -p \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\ncd \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\n\nexport WebKit2=\"${SRCROOT}\"\n\nif [ ! $CC ]; then\n    export CC=\"`xcrun -find clang`\"\nfi\n\nif [ \"${ACTION}\" = \"build\" -o \"${ACTION}\" = \"install\" -o \"${ACTION}\" = \"installhdrs\" ]; then\n    make --no-builtin-rules -f \"${WebKit2}/DerivedSources.make\" -j `/usr/sbin/sysctl -n hw.availcpu`\nfi\n";
     6182                        shellScript = "mkdir -p \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\ncd \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\n\nexport WebKit2=\"${SRCROOT}\"\n\nif [ ! $CC ]; then\n    export CC=\"`xcrun -find clang`\"\nfi\n\nif [ \"${ACTION}\" = \"build\" -o \"${ACTION}\" = \"install\" -o \"${ACTION}\" = \"installhdrs\" ]; then\n    make --no-builtin-rules -f \"${WebKit2}/DerivedSources.make\" -j `/usr/sbin/sysctl -n hw.availcpu` SDKROOT=${SDKROOT}\nfi\n";
    61836183                };
    61846184                E14E99FA14D879DB001D221F /* Add Entitlements */ = {
Note: See TracChangeset for help on using the changeset viewer.