mirror of
https://github.com/debauchee/barrier.git
synced 2026-06-30 00:46:17 +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