aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16fbbfb4f..fd7e93867 100644
--- a/Makefile
+++ b/Makefile
@@ -424,7 +424,8 @@ ifeq ($(OS_NAME), darwin)
SYMBOLS=-exported_symbols_list $(realpath src/symbols.txt)
PLATFORM_LINKER_FLAGS += -DDU_DISABLE_RENAMING=1 \
-lstdc++ \
- -fno-keep-static-consts -lresolv
+ -fno-keep-static-consts -lresolv \
+ -framework Security -framework CoreFoundation
endif
ifeq ($(OS_NAME),linux)