| Summary: | Update Install Paths for build system changes | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> | ||||||||
| Component: | Platform | Assignee: | Michael Saboff <msaboff> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | ap, david_quesada, dino, eric.carlson, ews-watchlist, hi, kbr, keith_miller, kondapallykalyan, mark.lam, pangle, saam, tzagallo, webkit-bug-importer, ysuzuki | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Michael Saboff
2021-12-10 13:28:48 PST
Created attachment 446819 [details]
Patch
Note that there are important steps to take when updating ANGLE. See https://trac.webkit.org/wiki/UpdatingANGLE Created attachment 446839 [details]
Update patch - Removed update of DYLIB_INSTALL_NAME_BASE
Comment on attachment 446839 [details] Update patch - Removed update of DYLIB_INSTALL_NAME_BASE View in context: https://bugs.webkit.org/attachment.cgi?id=446839&action=review > Source/WebKit/Configurations/WebKit.xcconfig:36 > +INSTALL_PATH = $(INSTALL_PATH_USE_SYSTEM_CONTENT_PATH_$(USE_SYSTEM_CONTENT_PATH)); Does this also apply to the items within the framework? (e.g. the XPC services) If you're configuring the framework bundle this way, any targets installed within it should probably update *their* install paths the same way. Comment on attachment 446839 [details]
Update patch - Removed update of DYLIB_INSTALL_NAME_BASE
rs=me
Comment on attachment 446839 [details] Update patch - Removed update of DYLIB_INSTALL_NAME_BASE View in context: https://bugs.webkit.org/attachment.cgi?id=446839&action=review >> Source/WebKit/Configurations/WebKit.xcconfig:36 >> +INSTALL_PATH = $(INSTALL_PATH_USE_SYSTEM_CONTENT_PATH_$(USE_SYSTEM_CONTENT_PATH)); > > Does this also apply to the items within the framework? (e.g. the XPC services) If you're configuring the framework bundle this way, any targets installed within it should probably update *their* install paths the same way. This appears to be used for all items in the framework, so I think we are good. Created attachment 446849 [details]
Update - Found that the WebKit services needed install locations updates.
Committed r286896 (245124@main): <https://commits.webkit.org/245124@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446849 [details]. |