Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b3fbb2dd9ec737ea197be5d4eae4823e488fd428
https://github.com/WebKit/WebKit/commit/b3fbb2dd9ec737ea197be5d4eae4823e488fd428
Author: David Kilzer <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes