Revert "Update tools/build-sdlmixer.sh"

This reverts commit 886f344d08.
This commit is contained in:
Mathieu Virbel 2012-11-02 20:32:30 +01:00
parent f24fc6844f
commit 83702e5f36

View file

@ -45,7 +45,7 @@ if [ ! -f libtremor/tremor/.libs/libvorbisidec.a ]; then
OGG_CFLAGS="-I../../libogg/include" \
OGG_LDFLAGS="-L../../libogg/src/.libs" \
PKG_CONFIG_LIBDIR="../../libogg" \
ACLOCAL_FLAGS="-I /usr/local/share/aclocal -I /opt/local/share/aclocal" ./autogen.sh \
ACLOCAL_FLAGS="-I /usr/local/share/aclocal" ./autogen.sh \
--disable-shared \
--host=arm-apple-darwin \
--enable-static=yes \