Yet another build system fix
This commit is contained in:
parent
8f01266ca4
commit
ffac360439
2 changed files with 3 additions and 10 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue