Make sure to use custom JUCE version for surgext builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-05-24 12:23:57 +02:00
parent 41bd519de7
commit 9ed8f34025
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 9 additions and 1 deletions

View file

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