Browse Source

Fix macOS build

tags/22.02
falkTX 3 years ago
parent
commit
093ef1d39c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      plugins/CVCRack/Makefile

+ 4
- 0
plugins/CVCRack/Makefile 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



Loading…
Cancel
Save