Skip to content

Commit 991ffcd

Browse files
authored
Disable soundio on macOS
Temporarily disable soundio on macOS to address stability issues with PortAudio Closes #4864
1 parent 009a451 commit 991ffcd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ OPTION(WANT_QT5 "Build with Qt5" OFF)
7373
IF(LMMS_BUILD_APPLE)
7474
# Fix linking on 10.14+. See issue #4762 on github
7575
LINK_DIRECTORIES(/usr/local/lib)
76+
SET(WANT_SOUNDIO OFF)
7677
SET(WANT_ALSA OFF)
7778
SET(WANT_PULSEAUDIO OFF)
7879
SET(WANT_VST OFF)

0 commit comments

Comments
 (0)