RESOLVED FIXED 184786
Don't add system framework paths to FRAMEWORK_SEARCH_PATHS
https://bugs.webkit.org/show_bug.cgi?id=184786
Summary Don't add system framework paths to FRAMEWORK_SEARCH_PATHS
Jer Noble
Reported 2018-04-19 10:41:52 PDT
Don't add system framework paths to FRAMEWORK_SEARCH_PATHS
Attachments
Patch (14.05 KB, patch)
2018-04-20 15:15 PDT, Jer Noble
no flags
Patch (22.94 KB, patch)
2018-04-20 15:34 PDT, Jer Noble
no flags
Patch for landing (23.91 KB, patch)
2018-04-23 15:35 PDT, Jer Noble
no flags
Patch for landing (23.73 KB, patch)
2018-04-23 16:02 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2018-04-20 15:15:00 PDT
Radar WebKit Bug Importer
Comment 2 2018-04-20 15:16:25 PDT
Jer Noble
Comment 3 2018-04-20 15:34:57 PDT
Tim Horton
Comment 4 2018-04-20 15:38:41 PDT
Comment on attachment 338470 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=338470&action=review > Source/WebCore/Configurations/WebCore.xcconfig:51 > +INSTALL_PATH = $(INSTALL_PATH_$(WK_PLATFORM_NAME)); This should totally use WK_COCOA_TOUCH > Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig:44 > -FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR) "$(UMBRELLA_FRAMEWORKS_DIR)" $(inherited); > +FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR) $(UMBRELLA_FRAMEWORKS_DIR) $(inherited); Where’d the quotes go
Jer Noble
Comment 5 2018-04-23 15:35:55 PDT
Created attachment 338610 [details] Patch for landing
Jer Noble
Comment 6 2018-04-23 16:02:49 PDT
Created attachment 338614 [details] Patch for landing
WebKit Commit Bot
Comment 7 2018-04-24 09:17:15 PDT
Comment on attachment 338614 [details] Patch for landing Clearing flags on attachment: 338614 Committed r230958: <https://trac.webkit.org/changeset/230958>
WebKit Commit Bot
Comment 8 2018-04-24 09:17:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.