openscad/patches/OpenCSG-1.4.0-MacOSX-port.p...

23 lines
606 B
Diff
Raw Normal View History

2014-09-16 02:41:09 +04:00
diff --git a/opencsg.pro b/opencsg.pro
--- a/opencsg.pro
+++ b/opencsg.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = src example
+SUBDIRS = src
diff --git a/src/src.pro b/src/src.pro
--- OpenCSG-1.4.0/src/src.pro 2014-09-15 16:25:33.000000000 -0400
+++ OpenCSG-1.4.0-mac/src/src.pro 2014-09-15 18:17:09.000000000 -0400
@@ -8,10 +8,9 @@
LIBS += -lGLEW
DESTDIR = ../lib
-INSTALLDIR = /usr/local
headers.files = ../include/opencsg.h
headers.path = $$INSTALLDIR/include
-target.path = /usr/local/lib
+target.path = $$INSTALLDIR/lib
INSTALLS += target headers
HEADERS = ../include/opencsg.h \