Fix macOS compilation without SDL

Closes #4105
This commit is contained in:
tresf
2018-01-09 21:33:52 -05:00
parent 59eba30d33
commit 46512fdf19

View File

@@ -123,7 +123,7 @@ IF(LMMS_BUILD_WIN32)
ENDIF()
IF(LMMS_BUILD_APPLE)
SET(EXTRA_LIBRARIES "-framework CoreMIDI")
SET(EXTRA_LIBRARIES "-framework CoreMIDI -framework CoreFoundation")
ENDIF()
if(LMMS_HAVE_OSS AND LMMS_BUILD_OPENBSD)