Title: [255087] trunk/Source/WTF
- Revision
- 255087
- Author
- [email protected]
- Date
- 2020-01-24 12:25:19 -0800 (Fri, 24 Jan 2020)
Log Message
Fix internal Apple builds after r254411
https://bugs.webkit.org/show_bug.cgi?id=206723
<rdar://problem/58844735>
Reviewed by Maciej Stachowiak.
The default Xcode build configuration has changed between macOS 10.13
and macOS 10.15, such that references to some frameworks when bulding
for the latter don't work when building for the former. Fix this by
explicitly adding support for the desired build location rather than
assuming such support will be provided for us.
* Configurations/WTF.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (255086 => 255087)
--- trunk/Source/WTF/ChangeLog 2020-01-24 20:00:16 UTC (rev 255086)
+++ trunk/Source/WTF/ChangeLog 2020-01-24 20:25:19 UTC (rev 255087)
@@ -1,3 +1,19 @@
+2020-01-24 Keith Rollin <[email protected]>
+
+ Fix internal Apple builds after r254411
+ https://bugs.webkit.org/show_bug.cgi?id=206723
+ <rdar://problem/58844735>
+
+ Reviewed by Maciej Stachowiak.
+
+ The default Xcode build configuration has changed between macOS 10.13
+ and macOS 10.15, such that references to some frameworks when bulding
+ for the latter don't work when building for the former. Fix this by
+ explicitly adding support for the desired build location rather than
+ assuming such support will be provided for us.
+
+ * Configurations/WTF.xcconfig:
+
2020-01-24 Jonathan Bedard <[email protected]>
WTF: Remove old iOS version macros
Modified: trunk/Source/WTF/Configurations/WTF.xcconfig (255086 => 255087)
--- trunk/Source/WTF/Configurations/WTF.xcconfig 2020-01-24 20:00:16 UTC (rev 255086)
+++ trunk/Source/WTF/Configurations/WTF.xcconfig 2020-01-24 20:25:19 UTC (rev 255087)
@@ -31,3 +31,5 @@
EXCLUDED_SOURCE_FILE_NAMES_ = MachExceptions.defs
EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = $(EXCLUDED_SOURCE_FILE_NAMES_$(USE_INTERNAL_SDK))
EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator10*] =
+
+SYSTEM_FRAMEWORK_SEARCH_PATHS = $(inherited) $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes