mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 00:57:02 +02:00
BUILD/SMALL: threads: enable threads on osx
Enable multi thread on Darwin platform too.
This commit is contained in:
parent
a92c5cec2d
commit
7fa6fdf86a
2
Makefile
2
Makefile
@ -356,7 +356,7 @@ endif
|
|||||||
# Mac OS/X
|
# Mac OS/X
|
||||||
ifeq ($(TARGET),osx)
|
ifeq ($(TARGET),osx)
|
||||||
set_target_defaults = $(call default_opts, \
|
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
|
EXPORT_SYMBOL = -export_dynamic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user