Skip to content
Snippets Groups Projects
Commit 62d78361 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

freebsd doesn't have libdl, either

parent 70268390
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ DEFINES += EXTENSIONSYSTEM_LIBRARY ...@@ -5,7 +5,7 @@ DEFINES += EXTENSIONSYSTEM_LIBRARY
include(../../qtcreatorlibrary.pri) include(../../qtcreatorlibrary.pri)
include(extensionsystem_dependencies.pri) include(extensionsystem_dependencies.pri)
unix:!macx { unix:!macx:!freebsd* {
LIBS += -ldl LIBS += -ldl
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment