fix soname

This commit is contained in:
Nguyen Anh Quynh 2014-03-11 10:33:01 +08:00
parent 65c7a01d4f
commit e05be68e1a
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ else
# Linux, *BSD
EXT = so
AR_EXT = a
LDFLAGS += -Wl,-soname=libcapstone2,$(LIBRARY)
LDFLAGS += -Wl,-soname,lib$(LIBNAME)$(PKG_MAJOR)
endif
endif
endif