set proper SONAME to libray versioning

This commit is contained in:
Nguyen Anh Quynh 2014-03-11 10:20:23 +08:00
parent 25dc23d085
commit c79ad392fb
1 changed files with 1 additions and 1 deletions

View File

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