Skip to content

Commit

Permalink
Patch libvorbis's configure for compatibility with MacOS >= 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed Jul 26, 2024
1 parent 3a7d7ed commit 804500c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export OGG_LIBS="-L$OGG_LIBDIR -logg"
curl -LO https://downloads.xiph.org/releases/vorbis/libvorbis-$VORBISVERSION.tar.gz
tar zxvf libvorbis-$VORBISVERSION.tar.gz
cd libvorbis-$VORBISVERSION
sed -e 's/ -force_cpusubtype_ALL / /' -i.orig configure
CFLAGS=$EXTRA_CFLAGS CXXFLAGS=$EXTRA_CFLAGS ./configure $BUILD_HOST --disable-shared --with-ogg-includes=$OGG_INCDIR --with-ogg-libraries=$OGG_LIBDIR
make -j$JOBS
cd ..
Expand Down

0 comments on commit 804500c

Please sign in to comment.