Bug 263697
| Summary: | Build static library for JavaScriptCore before linking framework | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | JavaScriptCore | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=268097 | ||
| Bug Depends on: | |||
| Bug Blocks: | 264297, 264643, 264983 | ||
David Kilzer (:ddkilzer)
Build static library for JavaScriptCore before linking framework.
We want to build libJavaScriptCore.a before linking JavaScriptCore.framework so that we have the option of linking `jsc` with libJavaScriptCore.a instead of JavaScriptCore.framework for certain configurations.
<rdar://113641596>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/19575
EWS
Committed 270226@main (3d7329069950): <https://commits.webkit.org/270226@main>
Reviewed commits have been landed. Closing PR #19575 and removing active labels.