Skip to content

Commit

Permalink
Link the android library into liblove
Browse files Browse the repository at this point in the history
Not just the love launcher.
  • Loading branch information
bartbes committed Feb 15, 2024
1 parent 5b368e2 commit c3937e1
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 @@ -2025,7 +2025,7 @@ endif()
if(ANDROID)
# In Android, the LOVE main entrypoint needs to be compiled as shared library
add_library(love SHARED)
target_link_libraries(love android)
target_link_libraries(liblove android)
else()
add_executable(love WIN32)
endif()
Expand Down

0 comments on commit c3937e1

Please sign in to comment.