Bug 239268
| Summary: | [WinCairo] WEBKIT_LIBRARIES env var should be customizable | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | New Bugs | Assignee: | Fujii Hironori <fujii.hironori> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | achristensen, basuke, bfulgham, don.olmstead, pvollan, ross.kirsling, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Fujii Hironori
Even though WEBKIT_LIBRARIES is a env var, it isn't customizable.
It should set to WebKitLibraries\win directory for WinCairo builds.
> set WEBKIT_LIBRARIES=%~dp0WebKitLibraries\win
This has two problems:
1. It is the same directory with one AppleWin is using. This is error prone. See Bug 238988.
2. WebKitLibraries\win directory is a source directory. It isn't a good practise to overwrite source directories.
I'd like to set it to a WinCairo specific directory for me. For example,
> set WEBKIT_LIBRARIES=%~dp0WinCairoLibraries
As for now, if I change the env var, the build fails. auto-version.pl is missing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/280
EWS
Committed r292824 (249600@main): <https://commits.webkit.org/249600@main>
Reviewed commits have been landed. Closing PR #280 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/91709965>