Skip to content

Commit

Permalink
Use versioned library names on Darwin too
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 4, 2014
1 parent e030e18 commit 2694333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ VERSION_EXT =
# OSX?
ifeq ($(UNAME_S),Darwin)
EXT = dylib
VERSION_EXT = $(API_MAJOR).$(EXT)
AR_EXT = a
ifneq ($(USE_SYS_DYN_MEM),yes)
# remove string check because OSX kernel complains about missing symbols
Expand Down

0 comments on commit 2694333

Please sign in to comment.