RESOLVED FIXED 264643
Missing build dependency when linking jsc to libJavaScriptCore.a
https://bugs.webkit.org/show_bug.cgi?id=264643
Summary Missing build dependency when linking jsc to libJavaScriptCore.a
David Kilzer (:ddkilzer)
Reported 2023-11-10 16:39:05 PST
Missing build dependency when linking jsc to libJavaScriptCore.a. When building jsc with ENABLE_LIBFUZZER=YES or JSC_USE_STATIC_LINKING=YES (see 270226@main), Xcode doesn't find the dependency on `libJavaScriptCore.a`, so it tries to link `jsc` before `libJavaScriptCore.a` is built, causing a build failure. <rdar://118240515>
Attachments
David Kilzer (:ddkilzer)
Comment 1 2023-11-10 16:49:55 PST
EWS
Comment 2 2023-11-10 20:00:22 PST
Committed 270579@main (b3fbb2dd9ec7): <https://commits.webkit.org/270579@main> Reviewed commits have been landed. Closing PR #20346 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.