Browse Source

Merge 39262e99a9 into 8aa0fc7552

pull/807/merge
rl2939 GitHub 1 week ago
parent
commit
29ddfcc0ec
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      plugins/surgext
  2. +3
    -0
      src/Makefile.cardinal.mk

+ 1
- 1
plugins/surgext

@@ -1 +1 @@
Subproject commit cbebb2b5d5d6b5dc865660fb3ef54d2c35bfa0f1
Subproject commit 640153d4e70896a707bc3a7cbff1d375c44581b6

+ 3
- 0
src/Makefile.cardinal.mk View File

@@ -190,6 +190,9 @@ EXTRA_DSP_LIBS += -framework Accelerate -framework AppKit -framework AudioToolbo
else ifeq ($(WINDOWS),true)
EXTRA_DSP_LIBS += -lole32 -lshlwapi -luuid -lversion
endif
ifneq ($(HAIKU_OR_MACOS_OR_WASM_OR_WINDOWS),true)
EXTRA_DSP_LIBS += -ldl
endif

# --------------------------------------------------------------
# Setup resources


Loading…
Cancel
Save