diff options
author | S. Davilla <davilla@4pi.com> | 2013-10-25 09:57:17 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-10-25 09:57:35 -0400 |
commit | f90170a2605328f4d09b5d6de04d98885f12b3b4 (patch) | |
tree | e777edea13988b4b6a2f1bfe9899c01ce634aece /tools | |
parent | 6f6b846633735726e0aea3d2312788345327bd88 (diff) |
fixed runtime crash, disable gnutls, missing symbol on 10.6 boxes
Diffstat (limited to 'tools')
-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 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) |