[Webkit-unassigned] [Bug 160949] New: [Win] Remove old libraries from build inputs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 15:05:28 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160949

            Bug ID: 160949
           Summary: [Win] Remove old libraries from build inputs
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

For historical reasons, WebKit builds on Windows used "icuuc.lib" and "icuin.lib" as the names of the ICU libraries. At some point, these were changed to "libicuuc.lib" and "libicuin.lib" and the build system modified to use them.

The updates in Bug 160904 use CMake's 'find_library' utility to locate the ICU locations. Unfortunately, on some build bots this logic finds the old copies of icuuc/icuin and attempts to use them to perform the build, causing a failure.

This patch updates the "update-webkit-auxiliary-libraries" script to remove these two files when running on Windows or Cygwin. It does not change the behavior of the WinCairo build or other platforms.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160817/09689f24/attachment-0001.html>


More information about the webkit-unassigned mailing list