We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d52863c + c6361d6 commit 8602816Copy full SHA for 8602816
1 file changed
exports/Makefile
@@ -85,7 +85,7 @@ dll : ../$(LIBDLLNAME)
85
$(RANLIB) ../$(LIBNAME)
86
$(CC) $(CFLAGS) $(LDFLAGS) libopenblas.def dllinit.$(SUFFIX) \
87
-shared -o ../$(LIBDLLNAME) -Wl,--out-implib,../$(LIBPREFIX).lib \
88
- -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive $(FEXTRALIB)
+ -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive $(FEXTRALIB) $(EXTRALIB)
89
90
libopenblas.def : gensymbol
91
perl ./gensymbol win2k $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) > $(@F)
0 commit comments