Title: [264680] trunk/Tools
Revision
264680
Author
jbed...@apple.com
Date
2020-07-21 14:10:31 -0700 (Tue, 21 Jul 2020)

Log Message

ImageDiff: Set ALWAYS_SEARCH_USER_PATHS to NO
https://bugs.webkit.org/show_bug.cgi?id=214613
<rdar://problem/65883815>

Reviewed by Dan Bernstein.

* ImageDiff/cg/Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (264679 => 264680)


--- trunk/Tools/ChangeLog	2020-07-21 21:10:29 UTC (rev 264679)
+++ trunk/Tools/ChangeLog	2020-07-21 21:10:31 UTC (rev 264680)
@@ -1,3 +1,13 @@
+2020-07-21  Jonathan Bedard  <jbed...@apple.com>
+
+        ImageDiff: Set ALWAYS_SEARCH_USER_PATHS to NO
+        https://bugs.webkit.org/show_bug.cgi?id=214613
+        <rdar://problem/65883815>
+
+        Reviewed by Dan Bernstein.
+
+        * ImageDiff/cg/Configurations/Base.xcconfig:
+
 2020-07-21  Youenn Fablet  <you...@apple.com>
 
         Fetch/XHR loads done by extensions should opt out of response sanitisation done in network process

Modified: trunk/Tools/ImageDiff/cg/Configurations/Base.xcconfig (264679 => 264680)


--- trunk/Tools/ImageDiff/cg/Configurations/Base.xcconfig	2020-07-21 21:10:29 UTC (rev 264679)
+++ trunk/Tools/ImageDiff/cg/Configurations/Base.xcconfig	2020-07-21 21:10:31 UTC (rev 264680)
@@ -29,6 +29,8 @@
 USE_INTERNAL_SDK_Debug = $(HAVE_INTERNAL_SDK);
 USE_INTERNAL_SDK_Release = $(HAVE_INTERNAL_SDK);
 
+ALWAYS_SEARCH_USER_PATHS = NO;
+
 CLANG_CXX_LANGUAGE_STANDARD = gnu++14;
 CLANG_CXX_LIBRARY = libc++;
 CLANG_ENABLE_OBJC_WEAK = YES;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to