RESOLVED FIXED 109763
Make WebKit2 Derived Sources work with SDK identifiers too
https://bugs.webkit.org/show_bug.cgi?id=109763
Summary Make WebKit2 Derived Sources work with SDK identifiers too
David Farler
Reported 2013-02-13 16:00:52 PST
Similar to https://bugs.webkit.org/show_bug.cgi?id=109324, Source/WebCore/DerivedSources.make invokes CC with -isysroot $(SDKROOT), which won't work if you use an SDK identifier instead of an absolute path in Xcode. Where necessary, we should use pass SDKROOT=${SDKROOT} to make as we did in WebCore. This will let us use SDK identifiers when building with the makefiles.
Attachments
Patch (2.08 KB, patch)
2013-02-13 16:29 PST, David Farler
no flags
David Farler
Comment 1 2013-02-13 16:06:09 PST
Source/WebKit2 I should say.
David Farler
Comment 2 2013-02-13 16:29:17 PST
David Kilzer (:ddkilzer)
Comment 3 2013-02-13 17:04:52 PST
Comment on attachment 188217 [details] Patch r=me
WebKit Review Bot
Comment 4 2013-02-13 17:32:41 PST
Comment on attachment 188217 [details] Patch Clearing flags on attachment: 188217 Committed r142830: <http://trac.webkit.org/changeset/142830>
WebKit Review Bot
Comment 5 2013-02-13 17:32:44 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.