Browse Source

Fix build

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/merge
falkTX 2 years ago
parent
commit
bf8248ef0e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Makefile.plugins.mk

+ 3
- 1
Makefile.plugins.mk View File

@@ -544,11 +544,13 @@ endif
# ---------------------------------------------------------------------------------------------------------------------
# CLAP

ifneq ($(HAIKU_OR_MACOS_OR_WASM_OR_WINDOWS),true)
ifeq ($(HAVE_DGL),true)
ifneq ($(HAIKU),true)
ifneq ($(WASM),true)
CLAP_LIBS = -lpthread
endif
endif
endif

clap: $(clap) $(clapfiles)



Loading…
Cancel
Save