Browse Source

Add `-ldl` to makefile

pull/807/head
rl2939 2 weeks ago
parent
commit
1b5bf76cf6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/Makefile.cardinal.mk

+ 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