diff options
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r-- | tools/depends/target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 0053e67d41..3e9e71c712 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -26,7 +26,7 @@ else DEPENDS+=samba libcdio endif -ifeq ($(OS),ios) +ifeq ($(OS),darwin_embedded) EXCLUDED_DEPENDS = libcec libusb ifeq ($(TARGET_PLATFORM),appletvos) DEPENDS += boblight |