Skip to content

Commit

Permalink
Hard-code ABI version in lib/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jul 15, 2015
1 parent 2e9a4e1 commit d8369dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ SONAME = liboxli.$(SHARED_EXT).$(MAJOR_VERSION)
SONAME_FLAGS = -Wl,-soname=$(SONAME)
endif

# The ABI version of liboxli
LIBVERSION = 1
LIBKHMERSO=liboxli.$(SHARED_EXT).$(LIB_VERSION)

CXXFLAGS += -DVERSION=$(VERSION)
Expand Down

0 comments on commit d8369dc

Please sign in to comment.