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 70e457b commit d6bc9f2Copy full SHA for d6bc9f2
Makefile
@@ -107,7 +107,7 @@ ifeq ($(CXX_FUNCTIONS),true)
107
endif
108
109
ifeq ($(shell uname -s),Darwin)
110
- LDFLAGS += -current_version 1.0.0 -compatibility_version 1 -install_name $(abspath $@)
+ LDFLAGS += -current_version 1.1 -compatibility_version 1 -install_name $(abspath $@)
111
OBJS += $(DARWIN_OBJS)
112
DEPS += $(DARWIN_DEPS)
113
else ifeq ($(shell uname -s),Linux)
0 commit comments