From e77c84c06c07b73317d7578d32d09d300acf77f2 Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Wed, 20 Dec 2017 00:47:52 -0500 Subject: [PATCH] libspeexdsp fix for windows. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6438ad1b..42f169fa 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ ifeq ($(ARCH), win) cp dep/bin/libcurl-4.dll dist/Rack/ cp dep/bin/libjansson-4.dll dist/Rack/ cp dep/bin/librtmidi-4.dll dist/Rack/ - cp dep/bin/libspeexdsp.dll dist/Rack/ + cp dep/bin/libspeexdsp-1.dll dist/Rack/ cp dep/bin/libzip-5.dll dist/Rack/ cp dep/bin/librtaudio.dll dist/Rack/ mkdir -p dist/Rack/plugins