Bug 117319 - Don't copy AAS binaries into build folder on AppleWin port
Summary: Don't copy AAS binaries into build folder on AppleWin port
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 13:46 PDT by Roger Fong
Modified: 2013-06-06 14:58 PDT (History)
2 users (show)

See Also:


Attachments
patch (16.81 KB, patch)
2013-06-06 14:34 PDT, Roger Fong
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Fong 2013-06-06 13:46:41 PDT
Instead of sloppily copying over all those binaries we should just make sure to set PATH to the WebKit_Libraries (which points to AAS). 
That way the build output of the AppleWin port will be nice and clean (just has what the solution itself builds).
Comment 1 Roger Fong 2013-06-06 14:34:32 PDT
Created attachment 203968 [details]
patch
Comment 2 Darin Adler 2013-06-06 14:35:46 PDT
Comment on attachment 203968 [details]
patch

rs=me
Comment 3 Roger Fong 2013-06-06 14:58:24 PDT
committed: http://trac.webkit.org/changeset/151292