Skip to content

Commit

Permalink
Merge pull request #12 from faroit/faroit/1.1.0-build-add_mac_arm
Browse files Browse the repository at this point in the history
add macos arm64 build
  • Loading branch information
bastibe authored May 17, 2022
2 parents 7e2dda2 + 9af1cdd commit 1e2c501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified libsndfile_arm64.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion mac_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export LAME_LIBS="$(pwd)/lame-$LAMEVERSION/libmp3lame/.libs/libmp3lame.la"
curl -LO https://github.com/libsndfile/libsndfile/releases/download/$SNDFILE_VERSION/libsndfile-$SNDFILE_VERSION.tar.xz
tar jxvf libsndfile-$SNDFILE_VERSION.tar.xz
cd $SNDFILENAME
./configure --disable-static --disable-sqlite --disable-alsa --enable-werror
./configure --disable-static --disable-sqlite --disable-alsa
make -j$JOBS
cd ..

Expand Down

0 comments on commit 1e2c501

Please sign in to comment.