Skip to content

Commit

Permalink
Fix macOS compilation without SDL
Browse files Browse the repository at this point in the history
Closes #4105
  • Loading branch information
tresf committed Jan 10, 2018
1 parent 59eba30 commit 46512fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46512fd

Please sign in to comment.