mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 22:23:12 +08:00
#5628 Fix net lib linkage on Ubuntu
This commit is contained in:
@@ -52,5 +52,5 @@ if (WIN32)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(net mt io)
|
||||
target_link_libraries(net mt io ${OPENSSL_LIBS})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user