Bug 79512 - Use xcrun to find compiler paths for Generate Derived Sources build phase script
Summary: Use xcrun to find compiler paths for Generate Derived Sources build phase script
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-24 11:09 PST by David Kilzer (:ddkilzer)
Modified: 2012-02-24 12:37 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.63 KB, patch)
2012-02-24 11:09 PST, David Kilzer (:ddkilzer)
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2012-02-24 11:09:55 PST
Created attachment 128768 [details]
Patch

<http://webkit.org/b/00000>

Reviewed by NOBODY (OOPS!).

* WebCore.xcodeproj/project.pbxproj:
(Generate Derived Sources): Use xcrun to find the path to the
compiler since that works on both iOS and OS X.
---
 2 files changed, 12 insertions(+), 1 deletions(-)
Comment 1 WebKit Review Bot 2012-02-24 11:13:17 PST
Attachment 128768 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 David Kilzer (:ddkilzer) 2012-02-24 11:22:31 PST
Committed r108826: <http://trac.webkit.org/changeset/108826>
Comment 3 David Kilzer (:ddkilzer) 2012-02-24 12:37:41 PST
Follow-up fix noted and reviewed by Dan Bernstein:

Committed r108836: <http://trac.webkit.org/changeset/108836>