1
Fork 0

Fix macOS build

This commit is contained in:
falkTX 2021-10-07 17:22:15 +01:00
parent 556c467828
commit 093ef1d39c
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ ifneq ($(HAIKU_OR_MACOS_OR_WINDOWS),true)
LINK_FLAGS += -ldl
endif
ifeq ($(MACOS),true)
LINK_FLAGS += -framework IOKit
endif
# TODO needed on windows? need to check
LINK_FLAGS += -lpthread