https://bugs.webkit.org/show_bug.cgi?id=179349
<rdar://problem/
35376237>
Reviewed by Tim Horton.
* ImageDiff/Makefile:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@224518
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-11-06 Jonathan Bedard <jbedard@apple.com>
+
+ Only build ImageDiff for mac
+ https://bugs.webkit.org/show_bug.cgi?id=179349
+ <rdar://problem/35376237>
+
+ Reviewed by Tim Horton.
+
+ * ImageDiff/Makefile:
+
2017-11-06 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, fix the internal build after updating to a newer SDK
OVERRIDE_SDKROOT = default
OVERRIDE_ARCHS = default
endif
+ifneq (,$(findstring watch,$(SDKROOT)))
+ OVERRIDE_SDKROOT = default
+ OVERRIDE_ARCHS = default
+endif
+ifneq (,$(findstring tv,$(SDKROOT)))
+ OVERRIDE_SDKROOT = default
+ OVERRIDE_ARCHS = default
+endif
include ../../Makefile.shared