From 199f9635585583e1bb1de0e4f11ed1203dd89688 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 2 Dec 2015 18:32:45 +1100 Subject: nlopt: really build .dll --- src/nlopt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nlopt.mk b/src/nlopt.mk index 690bac0..16dd15c 100644 --- a/src/nlopt.mk +++ b/src/nlopt.mk @@ -25,6 +25,6 @@ define $(PKG)_BUILD --without-matlab \ --without-octave \ --without-python - $(MAKE) -C '$(1)' -j '$(JOBS)' + $(MAKE) -C '$(1)' -j '$(JOBS)' LDFLAGS='-no-undefined' $(MAKE) -C '$(1)' -j 1 install endef -- cgit v0.12