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 LMMS#4864
  • Loading branch information
tresf authored Mar 5, 2019
1 parent 823af1d commit 5f87b75
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 5f87b75

Please sign in to comment.