Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-09-19 15:43:38 +0300
committerbubnikv <bubnikv@gmail.com>2018-09-19 15:43:38 +0300
commitffac360439fe9942831c6d0556dfdef31b60ac62 (patch)
tree39282a641d47cf58c397b03e44e1dca9ad8c43c7 /src/CMakeLists.txt
parent8f01266ca4bfb78bd40425d80e8526d0a1a7c478 (diff)
Yet another build system fix
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 ()