aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/depends/target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index 2081b49c30..961dd4d2ae 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -30,7 +30,7 @@ endif
ifeq ($(OS),osx)
DEPENDS += libGLEW libsdl libcrystalhd
- EXCLUDED_DEPENDS = libusb
+ EXCLUDED_DEPENDS = libusb gmp nettle gnutls
endif
ifeq ($(OS),android)