Skip to content

Commit

Permalink
Merge pull request #1954 from hgoschuetz/fix-ref
Browse files Browse the repository at this point in the history
Fix reference to old 'macosx.mm'
  • Loading branch information
slime73 authored Jul 10, 2023
2 parents d28b307 + 662c01f commit 786abdc
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 786abdc

Please sign in to comment.