Skip to content

Commit

Permalink
Fix pthread linking errors by adding pthread library linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
schrodingercatss authored Jan 14, 2025
1 parent 904dff0 commit 6434cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ target("summary")
set_kind("binary")
add_deps("test")
add_files("learn/summary.cpp")
add_links("pthread")

0 comments on commit 6434cd1

Please sign in to comment.