From 7fa6fdf86a4d5ee609ff0f94b784a7cb6ac9b46f Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 13 Sep 2019 04:39:21 +0100 Subject: [PATCH] BUILD/SMALL: threads: enable threads on osx Enable multi thread on Darwin platform too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53a80d48c..9cacb9330 100644 --- a/Makefile +++ b/Makefile @@ -356,7 +356,7 @@ endif # Mac OS/X ifeq ($(TARGET),osx) set_target_defaults = $(call default_opts, \ - USE_POLL USE_TPROXY USE_LIBCRYPT USE_KQUEUE) + USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE) EXPORT_SYMBOL = -export_dynamic endif