Bug 130023 - [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages
Summary: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 09:27 PDT by Brent Fulgham
Modified: 2014-03-10 12:03 PDT (History)
0 users

See Also:


Attachments
Patch (18.34 KB, patch)
2014-03-10 11:46 PDT, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-03-10 09:27:33 PDT
Make sure global environment (namely the WEBKIT_LIBRARIES environment path) is passed to the Pre-Build, Pre-Link, and Post-Build stages. These may not be set at the global system level, and may not be accessible to these build phases.
Comment 1 Brent Fulgham 2014-03-10 11:46:33 PDT
Created attachment 226323 [details]
Patch
Comment 2 Brent Fulgham 2014-03-10 12:03:51 PDT
Committed r165393: <http://trac.webkit.org/changeset/165393>