Skip to content

Commit d9c3778

Browse files
committed
test/cmake: link C++ lib
wip
1 parent e127acc commit d9c3778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ set(LINKLIBS re ${OPENSSL_LIBRARIES})
172172
if(WIN32)
173173
list(APPEND LINKLIBS qwave iphlpapi wsock32 ws2_32 crypt32)
174174
else()
175-
list(APPEND LINKLIBS m ${RESOLV_LIBRARY})
175+
list(APPEND LINKLIBS m ${RESOLV_LIBRARY} stdc++)
176176
endif()
177177

178178
if(ZLIB_FOUND)

0 commit comments

Comments
 (0)