Set shared library soname in Linux.

This commit is contained in:
Xianyi Zhang
2012-03-15 01:07:34 +08:00
parent a7a7751be7
commit d047afe615
4 changed files with 4 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ shared :
ifeq ($(OSNAME), Linux)
$(MAKE) -C exports so
-ln -fs $(LIBSONAME) libopenblas.so
-ln -fs $(LIBSONAME) libopenblas.so.$(MAJOR_VERSION)
endif
ifeq ($(OSNAME), FreeBSD)
$(MAKE) -C exports so