summaryrefslogtreecommitdiffstats
path: root/src/cgal.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-04-06 13:18:15 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-04-06 13:18:24 (GMT)
commit8de0584a232745fc82f94bf1197662e656ae3898 (patch)
treef8b09920e492c1e3b0c4cb07d54977d3b54f0390 /src/cgal.mk
parent5ec92f70eeed62a876ab1f4757700fb5ea81f51d (diff)
downloadmxe-8de0584a232745fc82f94bf1197662e656ae3898.zip
mxe-8de0584a232745fc82f94bf1197662e656ae3898.tar.gz
mxe-8de0584a232745fc82f94bf1197662e656ae3898.tar.bz2
many packages: explicitly disable shared builds
closes #369
Diffstat (limited to 'src/cgal.mk')
-rw-r--r--src/cgal.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgal.mk b/src/cgal.mk
index e151162..fe68e8a 100644
--- a/src/cgal.mk
+++ b/src/cgal.mk
@@ -47,3 +47,5 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j $(JOBS) install
$(INSTALL) '$(1)/examples/AABB_tree/AABB_polyhedron_edge_example.exe' '$(PREFIX)/$(TARGET)/bin/test-cgal.exe'
endef
+
+$(PKG)_BUILD_SHARED =