Fix "cannot find -ldl" linking error with FreeBSD

This commit is contained in:
Neel Chauhan 2016-08-10 20:37:42 -04:00 committed by GitHub
parent d93bb2c48f
commit 7324683ba2
1 changed files with 1 additions and 1 deletions

View File

@ -78,5 +78,5 @@ set(_LIBUI_CFLAGS
PARENT_SCOPE)
set(_LIBUI_LIBS
${GTK_LDFLAGS} m dl
${GTK_LDFLAGS} m ${CMAKE_DL_LIBS}
PARENT_SCOPE)