blob: 64b8d63b7f885796ffe1069bb5bbb16b341b7b61 [file] [log] [blame] [edit]
SCRIPTS_PATH = ../Scripts
# Opt out of workspace builds, as ImageDiff is not part of any workspace.
USE_WORKSPACE = NO
TO_LOWER = $(shell echo $(1) | tr [:upper:] [:lower:])
# For non-macOS SDKs, build a macOS version of ImageDiff.
ifeq (,$(findstring macos,$(call TO_LOWER,$(notdir $(SDKROOT)))))
OVERRIDE_SDKROOT = default
OVERRIDE_ARCHS = default
endif
include ../../Makefile.shared