Skip to content

Commit bbdb160

Browse files
committed
MISC: macbuild.sh: use sudo for zita resampler make install
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent 657c071 commit bbdb160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: misc/macbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt
88
git clone https://github.com/swesterfeld/zita-resampler
99
cd zita-resampler
1010
cmake .
11-
make install
11+
sudo make install
1212
cd ..
1313

1414
# build audiowmark

0 commit comments

Comments
 (0)