Skip to content

Commit

Permalink
Fix reference to old 'macosx.mm'
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoschuetz committed Jul 10, 2023
1 parent d28b307 commit 662c01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ set(LOVE_SRC_COMMON

if (APPLE)
set(LOVE_SRC_COMMON ${LOVE_SRC_COMMON}
src/common/macosx.mm
src/common/macos.mm
)
set(LOVE_LINK_LIBRARIES ${LOVE_LINK_LIBRARIES} objc)
set(LOVE_LINK_LIBRARIES ${LOVE_LINK_LIBRARIES} "-framework CoreFoundation")
Expand Down

0 comments on commit 662c01f

Please sign in to comment.