15 lines
290 B
Diff
15 lines
290 B
Diff
--- openscad.pro
|
|
+++ openscad.pro
|
|
@@ -81,10 +81,7 @@ win32 {
|
|
CONFIG += qt
|
|
QT += opengl
|
|
|
|
-# Fedora Linux + DSO fix
|
|
-linux*:exists(/usr/lib64/libGLU*)|linux*:exists(/usr/lib/libGLU*) {
|
|
- LIBS += -lGLU
|
|
-}
|
|
+LIBS += -lGLU
|
|
|
|
# See Dec 2011 OpenSCAD mailing list, re: CGAL/GCC bugs.
|
|
*g++* {
|