RESOLVED FIXED246037
[Xcode] Link against bmalloc at an exact path
https://bugs.webkit.org/show_bug.cgi?id=246037
Summary [Xcode] Link against bmalloc at an exact path
Elliott Williams
Reported 2022-10-04 13:55:04 PDT
Some production builds (i.e. Safari Technology Preview) build onto of a base SDK which already has libraries like bmalloc present. Under some configurations, simply passing `-lbmalloc` to the linker will silently link against the old bmalloc, when we really want it to fail. Fixing this would make it easier for production builders to understand the dependencies between WebKit's projects.
Attachments
Elliott Williams
Comment 1 2022-10-04 13:55:14 PDT
Elliott Williams
Comment 2 2022-10-04 14:04:19 PDT
EWS
Comment 3 2022-10-05 11:38:25 PDT
Committed 255182@main (68d473587bad): <https://commits.webkit.org/255182@main> Reviewed commits have been landed. Closing PR #4997 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.