diff options
author | Memphiz <memphis@machzwo.de> | 2011-06-18 20:41:31 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-06-18 20:41:31 +0200 |
commit | eedceeb87f62696f11c160dd19315948943d1684 (patch) | |
tree | 113aa35a8623468f7874f355dddd4771de63cf5f /tools | |
parent | 275c12a07e03afcb324a1de5471d8d68c6261d98 (diff) |
[fix] - remove libssh from darwin depends for now - due to missing -ssh in xcode projects
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 22cc72eeab..11c5606b59 100644 --- a/tools/darwin/depends/Makefile.in +++ b/tools/darwin/depends/Makefile.in @@ -5,7 +5,7 @@ BUILDTOOLS = gas-preprocessor help2man autoconf automake libtool pkg-config yasm SUBDIRS := \ Backrow pcre expat gettext readline sqlite3 \ liblzo2 freetype2 fontconfig \ - openssl libssh libssh2 curl \ + openssl libssh2 curl \ jpeg tiff libpng libogg \ libvorbis libflac libmad fribidi libmpeg2 \ libass libcdio libsamplerate librtmp libcrystalhd libnfs \ |