Skip to content

Commit 5566919

Browse files
committed
PortAudio: Enable build on macOS/arm64
Similar to #84.
1 parent 43eef97 commit 5566919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ portaudio/Makefile:
109109
git submodule update --init portaudio
110110
$(PA_LIB): portaudio/Makefile
111111
cd $(dir $<) && git clean -fdx && git reset --hard HEAD
112-
cd $(dir $<) && ./configure \
112+
cd $(dir $<) && LDFLAGS="" ./configure \
113113
--enable-static \
114114
--disable-shared \
115115
--without-samples \

0 commit comments

Comments
 (0)