Bug 18660 - Use existing SWIG environment var
Summary: Use existing SWIG environment var
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-21 10:16 PDT by Robin Dunn
Modified: 2008-04-27 22:22 PDT (History)
0 users

See Also:


Attachments
patch for build-wxwebkit (5.05 KB, patch)
2008-04-21 10:17 PDT, Robin Dunn
no flags Details | Formatted Diff | Diff
tabless version of the same patch (544 bytes, patch)
2008-04-21 11:02 PDT, Robin Dunn
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Dunn 2008-04-21 10:16:03 PDT
This patch adds a check into build-wxwebkit such that if SWIG is already set in the environment then use it instead of searching the path.
Comment 1 Robin Dunn 2008-04-21 10:17:03 PDT
Created attachment 20730 [details]
patch for build-wxwebkit
Comment 2 Robin Dunn 2008-04-21 11:02:53 PDT
Created attachment 20732 [details]
tabless version of the same patch
Comment 3 Kevin Ollivier 2008-04-26 17:39:02 PDT
Landed in r32595, thanks! :)
Comment 4 Maciej Stachowiak 2008-04-27 22:22:59 PDT
Comment on attachment 20732 [details]
tabless version of the same patch

Retroactive r+ since this was landed.