Added linker reference to dl

This commit is contained in:
Joseph Henry
2018-02-21 16:04:58 -08:00
parent c29613e358
commit 50cd2499b7

View File

@@ -164,7 +164,7 @@ foreach (testsourcefile ${APP_SOURCES})
if (WIN32)
target_link_libraries (${testname} lwip zto zt)
else()
target_link_libraries (${testname} lwip zto zt pthread)
target_link_libraries (${testname} lwip zto zt pthread dl)
endif()
endforeach (testsourcefile ${APP_SOURCES})