mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Avoid using -pthreads on Haiku.
This commit is contained in:
parent
dce2d6a255
commit
79f96edcb6
@ -102,8 +102,9 @@ endif
|
||||
|
||||
# The libc++ and libstdc++ <thread> implementation still requires
|
||||
# manually linking against pthreads on all systems other than macOS
|
||||
# where pthreads is linked by default as part of libSystem.
|
||||
ifneq ($(SYSTEM), darwin)
|
||||
# and Haiku where pthreads are linked by default as part of libSystem
|
||||
# and libroot respectively.
|
||||
ifneq ($(SYSTEM), $(filter $(SYSTEM), darwin haiku))
|
||||
LDLIBS += -pthread
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user