Skip to content

Commit f31b45d

Browse files
committed
MISC: macbuild.sh: set library search path for zita-resampler
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent ec8749b commit f31b45d

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
@@ -10,7 +10,7 @@ cd zita-resampler
1010
cmake .
1111
sudo make install
1212
cd ..
13-
13+
export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
1414
# build audiowmark
1515
./autogen.sh
1616
make

0 commit comments

Comments
 (0)