[webkit-changes] [WebKit/WebKit] b3fbb2: Missing build dependency when linking jsc to libJa...

Commit Queue noreply at github.com
Fri Nov 10 20:00:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b3fbb2dd9ec737ea197be5d4eae4823e488fd428
      https://github.com/WebKit/WebKit/commit/b3fbb2dd9ec737ea197be5d4eae4823e488fd428
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Missing build dependency when linking jsc to libJavaScriptCore.a
https://bugs.webkit.org/show_bug.cgi?id=264643
<rdar://118240515>

Reviewed by Elliott Williams.

* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
(jsc):
- Add "Copy Files Phase" named "Product Dependencies" to create a
  dependency on JavaScriptCore.framework, which causes
  libJavaScriptCore.a to be built first.  This means jsc will link
  successfully regardless of the link style (static or dynamic).

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




More information about the webkit-changes mailing list