Update carla and dpf, fixup CI

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-11-10 10:50:40 +01:00
parent 0b01d0844a
commit 3b03363374
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 8 additions and 7 deletions

View file

@ -186,7 +186,7 @@ endif
endif
ifeq ($(MACOS),true)
EXTRA_DSP_LIBS += -framework Accelerate -framework AppKit
EXTRA_DSP_LIBS += -framework Accelerate -framework AppKit -framework AudioToolbox
else ifeq ($(WINDOWS),true)
EXTRA_DSP_LIBS += -lole32 -lshlwapi -luuid -lversion
endif