Skip to content

Commit

Permalink
[fix] Linking error on CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pajama-coder committed Jul 8, 2024
1 parent 5d5ce17 commit f0ca663
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 @@ -468,5 +468,5 @@ target_link_libraries(
if(WIN32)
target_link_libraries(pipy crypt32 userenv)
else()
target_link_libraries(pipy -pthread -ldl)
target_link_libraries(pipy -pthread -ldl -lutil)
endif()

0 comments on commit f0ca663

Please sign in to comment.