We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027e0f1 commit 41af442Copy full SHA for 41af442
1 file changed
Makefile
@@ -11,6 +11,7 @@ SOURCES := $(wildcard src/*.c)
11
ifeq ($(PLATFORM),Darwin)
12
SO_EXT = dylib
13
USE_COMMONCRYPTO = implicit
14
+ LDFLAGS += -undefined dynamic_lookup
15
LIB := $(DIST_DIR)/$(NAME).$(VERSION).$(SO_EXT)
16
else
17
SO_EXT = so
0 commit comments