Fix builds on macOS Mojave 10.14 (#4767)

This commit is contained in:
Tres Finocchiaro
2019-01-10 23:43:00 -05:00
committed by GitHub
parent e2de0ece8c
commit f382e5e36f

View File

@@ -71,6 +71,8 @@ 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_ALSA OFF)
SET(WANT_PULSEAUDIO OFF)
SET(WANT_VST OFF)