Skip to content

Commit

Permalink
linux build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed May 12, 2024
1 parent deecafd commit 0641669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/core.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ if(BUILD_DEPRECATED)
endif()

if(LINUX)
target_link_libraries(tic80core PRIVATE m dl)
target_link_libraries(tic80core PRIVATE m dl pthread)
endif()

0 comments on commit 0641669

Please sign in to comment.