Mac: Also bundle libvorbis

Martin Plicht 2011-10-10 02:53:12 +02:00
parent a28578e757
commit 1cbd35d7ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
LIBS_TO_BUNDLE=".*?lib(crypto|z\.|iconv|jpeg|png|GLEW|llvm|SDL|SDL_mixer|freetype)[^ ]+"
LIBS_TO_BUNDLE=".*?lib(crypto|z\.|iconv|jpeg|png|GLEW|llvm|SDL|SDL_mixer|freetype|vorbis)[^ ]+"
cd $TARGET_BUILD_DIR
echo "Bundling libraries..."