Bug 313711
| Summary: | [TestWebKitAPI] Add SDK library search path to Base.xcconfig | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | Tools / Tests | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Kilzer (:ddkilzer)
In Production builds, static libraries like `libWebKitPlatform.a` and `libwgsl.a` are installed to `/usr/local/lib/` in the SDK, but `Base.xcconfig` for TestWebKitAPI does not include that path in `LIBRARY_SEARCH_PATHS`. This causes TestIPC and TestWGSL to fail to link with `-lWebKitPlatform` and `-lwgsl` because the linker cannot find the installed libraries.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175907378>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/63949
EWS
Committed 312376@main (cba0845370fe): <https://commits.webkit.org/312376@main>
Reviewed commits have been landed. Closing PR #63949 and removing active labels.