[Webkit-unassigned] [Bug 210192] New: [Wincairo, 32bit] adapt script update-wincairo-libs for 32-bit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 09:51:45 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210192
Bug ID: 210192
Summary: [Wincairo, 32bit] adapt script update-wincairo-libs
for 32-bit
Product: WebKit
Version: Other
Hardware: PC
OS: Windows 10
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: thomas.brodt at porabo.com
the Script update-wincairo-libs updates the required libraries for wincairo if necessary. The script however only downloads the 64 bit zip, although 64 and 32 bit versions of the libraries are built (and I currently still need 32bit, and have changed it to download the 32 bit and it works).
The script should be enhanced with a switch like that
if ('???' == 'x64'):
file = 'WebKitRequirementsWin64.zip'
else:
file = 'WebKitRequirementsWin32.zip'
However, I don't know the best test method to decide which dll package should be installed.
--
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/20200408/93d4c341/attachment.htm>
More information about the webkit-unassigned
mailing list