Browse Source

Fix a typo

pull/321/merge
falkTX 3 years ago
parent
commit
8bbce1c2c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.plugins.mk

+ 1
- 1
Makefile.plugins.mk View File

@@ -544,7 +544,7 @@ endif
# ---------------------------------------------------------------------------------------------------------------------
# CLAP

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


Loading…
Cancel
Save