Skip to content

Commit 41af442

Browse files
committed
Update Mac LDFLAGS for modern XCode
1 parent 027e0f1 commit 41af442

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SOURCES := $(wildcard src/*.c)
1111
ifeq ($(PLATFORM),Darwin)
1212
SO_EXT = dylib
1313
USE_COMMONCRYPTO = implicit
14+
LDFLAGS += -undefined dynamic_lookup
1415
LIB := $(DIST_DIR)/$(NAME).$(VERSION).$(SO_EXT)
1516
else
1617
SO_EXT = so

0 commit comments

Comments
 (0)