We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db74e19 commit 1eac839Copy full SHA for 1eac839
Makefile
@@ -89,7 +89,7 @@ LDFLAGS =
89
NAME = $(STATIC_N)
90
91
ifeq ($(shell uname -s),Darwin)
92
- LDFLAGS += -current_version 2.0 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
+ LDFLAGS += -current_version 2.0.1 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
93
COM_FLAGS += $(MACOS_ARCH_FLAGS)
94
OBJS += $(DARWIN_OBJS)
95
DEPS += $(DARWIN_DEPS)
0 commit comments