diff --git a/Makefile b/Makefile index f5143c21..85666acc 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ else # Linux, *BSD EXT = so AR_EXT = a -LDFLAGS += -Wl,-soname,$(LIBRARY) +LDFLAGS += -Wl,-soname=libcapstone2,$(LIBRARY) endif endif endif