diff options
author | S. Davilla <davilla@4pi.com> | 2012-09-15 17:05:21 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2012-09-15 17:05:21 -0400 |
commit | 57d392d5b5d223027278a0c75b6fcf4815f5a12c (patch) | |
tree | bd29ea18222378dfeaee840fd5bf8f0b5ac2eba0 /tools | |
parent | 4a750e7285eeb701125c107ad0d454f94bb58a8e (diff) |
Revert "fix: add swig to osx depends Makefile.in"
This reverts commit fadab05319e0464ca6caa3c39a0fde352181a15d.
This is wrong as it adds swig to runtime. Swig is already in
BUILDTOOLS, see line 3 of depends/Makefile.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/Makefile.in b/tools/darwin/depends/Makefile.in index c85fd898c4..45e8ea5cbb 100644 --- a/tools/darwin/depends/Makefile.in +++ b/tools/darwin/depends/Makefile.in @@ -14,7 +14,7 @@ SUBDIRS := \ libgpg-error libgcrypt afpfs-ng \ libplist libshairport libcec tinyxml \ samba python26 distribute distutilscross \ - mysqlclient boost taglib swig \ + mysqlclient boost taglib \ ifeq ($(DARWIN), ios) EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image |