From ffac360439fe9942831c6d0556dfdef31b60ac62 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 19 Sep 2018 14:43:38 +0200 Subject: Yet another build system fix --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f3a4fe1e1..f133e2532 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -70,6 +70,6 @@ if (SLIC3R_GUI) elseif (APPLE) target_link_libraries(slic3r "-framework OpenGL") else () - target_link_libraries(slic3r -lGL -lGLU) + target_link_libraries(slic3r -ldl -lGL -lGLU) endif () endif () -- cgit v1.2.3