Skip to content

Commit

Permalink
Disable soundio on macOS
Browse files Browse the repository at this point in the history
Temporarily disable soundio on macOS to address stability issues with PortAudio
Closes #4864
  • Loading branch information
tresf authored Mar 5, 2019
1 parent 009a451 commit 991ffcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ OPTION(WANT_QT5 "Build with Qt5" OFF)
IF(LMMS_BUILD_APPLE)
# Fix linking on 10.14+. See issue #4762 on github
LINK_DIRECTORIES(/usr/local/lib)
SET(WANT_SOUNDIO OFF)
SET(WANT_ALSA OFF)
SET(WANT_PULSEAUDIO OFF)
SET(WANT_VST OFF)
Expand Down

0 comments on commit 991ffcd

Please sign in to comment.