Bug 130023

Summary: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

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>