Skip to content

Commit

Permalink
Adding libdl back to server2 linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Mar 25, 2024
1 parent 68006e3 commit 9326845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/server2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ endif()
set( LINK_DL )
if( WIN32 OR MINGW )
set( LINK_DL dlfcn-win32::dl )
else()
set( LINK_DL dl )
endif()

set( LINK_M )
Expand Down

0 comments on commit 9326845

Please sign in to comment.