1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Yet another build system fix

This commit is contained in:
bubnikv
2018-09-19 14:43:38 +02:00
parent 8f01266ca4
commit ffac360439
2 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -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 ()