[Webkit-unassigned] [Bug 239268] New: [WinCairo] WEBKIT_LIBRARIES env var should be customizable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 12 17:43:52 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239268
Bug ID: 239268
Summary: [WinCairo] WEBKIT_LIBRARIES env var should be
customizable
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220413/ab97cfea/attachment.htm>
More information about the webkit-unassigned
mailing list