Skip to content

Commit 46512fd

Browse files
committed
Fix macOS compilation without SDL
Closes #4105
1 parent 59eba30 commit 46512fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ IF(LMMS_BUILD_WIN32)
123123
ENDIF()
124124

125125
IF(LMMS_BUILD_APPLE)
126-
SET(EXTRA_LIBRARIES "-framework CoreMIDI")
126+
SET(EXTRA_LIBRARIES "-framework CoreMIDI -framework CoreFoundation")
127127
ENDIF()
128128

129129
if(LMMS_HAVE_OSS AND LMMS_BUILD_OPENBSD)

0 commit comments

Comments
 (0)