Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed May 1, 2024
1 parent 6fb7c8e commit ead0834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/core.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ macro(MACRO_CORE SCRIPT DEFINE BUILD_DEPRECATED)

if(BUILD_STATIC)
if(BUILD_WITH_LUA)
target_link_libraries(tic80core${SCRIPT} PRIVATE lua)
# !TODO: make it PRIVATE
target_link_libraries(tic80core${SCRIPT} PUBLIC lua)
endif()

if(BUILD_WITH_MOON)
Expand Down

0 comments on commit ead0834

Please sign in to comment.