Fix macOS build
This commit is contained in:
parent
556c467828
commit
093ef1d39c
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ ifneq ($(HAIKU_OR_MACOS_OR_WINDOWS),true)
|
||||||
LINK_FLAGS += -ldl
|
LINK_FLAGS += -ldl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(MACOS),true)
|
||||||
|
LINK_FLAGS += -framework IOKit
|
||||||
|
endif
|
||||||
|
|
||||||
# TODO needed on windows? need to check
|
# TODO needed on windows? need to check
|
||||||
LINK_FLAGS += -lpthread
|
LINK_FLAGS += -lpthread
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue