diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-02 07:32:45 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-02 07:32:45 (GMT) |
commit | 199f9635585583e1bb1de0e4f11ed1203dd89688 (patch) | |
tree | 614a01b3b34a65ee634f5e93e55ab47bf73d6188 /src | |
parent | ca5bba63af5e38972b5f1eba484d0754315eff21 (diff) | |
download | mxe-199f9635585583e1bb1de0e4f11ed1203dd89688.zip mxe-199f9635585583e1bb1de0e4f11ed1203dd89688.tar.gz mxe-199f9635585583e1bb1de0e4f11ed1203dd89688.tar.bz2 |
nlopt: really build .dll
Diffstat (limited to 'src')
-rw-r--r-- | src/nlopt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |