[webkit-changes] [WebKit/WebKit] 45459f: Fix build following 259358 at main

Don Olmstead noreply at github.com
Wed Jan 25 14:11:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 45459fd5eaa3e26b2bedec9a93427f90253dcdb3
      https://github.com/WebKit/WebKit/commit/45459fd5eaa3e26b2bedec9a93427f90253dcdb3
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M Source/WebCore/CMakeLists.txt

  Log Message:
  -----------
  Fix build following 259358 at main
https://bugs.webkit.org/show_bug.cgi?id=251164

Unreviewed build fix.

Encountered a case where ICU headers were not available in the
WebCoreTestSupport target. Add ICU to the list of `WebCore_LIBRARIES`
which gets propagated to `WebCoreTestSupport_LIBRARIES`. ICU should've
already been in the list of libraries anyways since WebCore explicitly
uses it.

* Source/WebCore/CMakeLists.txt:

Canonical link: https://commits.webkit.org/259385@main




More information about the webkit-changes mailing list