nlopt: really build .dll

pull/1026/head
Tony Theodore 9 years ago
parent ca5bba63af
commit 199f963558

@ -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

Loading…
Cancel
Save