Skip to content

Commit

Permalink
Use correct lib version in OSX -current-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jul 31, 2015
1 parent 9b317b4 commit 1e5c9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile
Expand Up @@ -126,7 +126,7 @@ LIB_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
ifeq ($(shell uname), Darwin)
SHARED_EXT = dylib
SONAME = liboxli.$(SHARED_EXT).$(MAJOR_VERSION)
SONAME_FLAGS = -install_name $(PREFIX)/lib/$(SONAME) -compatibility_version $(MAJOR_VERSION) -current_version $(VERSION)
SONAME_FLAGS = -install_name $(PREFIX)/lib/$(SONAME) -compatibility_version $(MAJOR_VERSION) -current_version $(LIB_VERSION)
else
SHARED_EXT = so
SONAME = liboxli.$(SHARED_EXT).$(MAJOR_VERSION)
Expand Down

0 comments on commit 1e5c9fa

Please sign in to comment.