aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd7e93867..16fbbfb4f 100644
--- a/Makefile
+++ b/Makefile
@@ -424,8 +424,7 @@ 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 \
- -framework Security -framework CoreFoundation
+ -fno-keep-static-consts -lresolv
endif
ifeq ($(OS_NAME),linux)