Update tools/build-sdlmixer.sh
Added an Include library to ACLOCAL_FLAGS to search the autoconf directory when MacPorts was used to install dependencies. MacPorts installs by default into /opt/local.
This commit is contained in:
parent
b35e86e470
commit
886f344d08
1 changed files with 1 additions and 1 deletions
|
@ -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" ./autogen.sh \
|
||||
ACLOCAL_FLAGS="-I /usr/local/share/aclocal -I /opt/local/share/aclocal" ./autogen.sh \
|
||||
--disable-shared \
|
||||
--host=arm-apple-darwin \
|
||||
--enable-static=yes \
|
||||
|
|
Loading…
Reference in a new issue