Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kehengzhong authored Jul 27, 2021
1 parent b791140 commit 7df225d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ solib = $(dst)/$(PKG_SO_LIB)

PKG_VER_MAJOR = 2
PKG_VER_MINOR = 6
PKG_VER_RELEASE = 25
PKG_VER_RELEASE = 26
PKG_VER = $(PKG_VER_MAJOR).$(PKG_VER_MINOR).$(PKG_VER_RELEASE)

PKG_VERSO_LIB = $(PKG_SO_LIB).$(PKG_VER)
Expand Down Expand Up @@ -92,7 +92,7 @@ ifeq ($(UNAME), FreeBSD)
endif

ifeq ($(UNAME), Darwin)
DEFS += -DOSX
DEFS += -D_OSX_

PKG_VERSO_LIB = $(PKGLIB).$(PKG_VER).dylib
PKG_SONAME_LIB = $(PKGLIB).$(PKG_VER_MAJOR).dylib
Expand Down

0 comments on commit 7df225d

Please sign in to comment.