lib/Makefile: bump LIBXBPS_MICRO.
This commit is contained in:
parent
70efe5c63a
commit
4990a2dd91
@ -4,7 +4,7 @@ RANLIB ?= ranlib
|
||||
|
||||
LIBXBPS_MAJOR = 5
|
||||
LIBXBPS_MINOR = 0
|
||||
LIBXBPS_MICRO = 0
|
||||
LIBXBPS_MICRO = 1
|
||||
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
|
||||
LDFLAGS += $(LIBXBPS_LDFLAGS) -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user