Skip to content

Commit 5770264

Browse files
AMDmi3Quintus
authored andcommitted
Fix libdl usage
For instance, it's not needed/does not exist on FreeBSD. ${CMAKE_DL_LIBS} handles this automatically.
1 parent 0c55ab7 commit 5770264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ else()
344344
${LibXmlPP_LIBRARIES}
345345
${PNG_LIBRARIES}
346346
${FREETYPE_LIBRARIES}
347-
dl
347+
${CMAKE_DL_LIBS}
348348
)
349349
endif()
350350

0 commit comments

Comments
 (0)