From aa4e186e60b0147a055a9a504a5bb07387ebed32 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 31 Jan 2015 13:58:51 +0100 Subject: [PATCH] Makefile.mingw32: use sdk 2.5 --- Makefile.mingw32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.mingw32 b/Makefile.mingw32 index e932cf1..44766d3 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -7,7 +7,7 @@ ## instead so that it can be included by all platform Makefiles. # Location of Vamp plugin SDK relative to the project directory -VAMPSDK_DIR ?= ../vamp-plugin-sdk +VAMPSDK_DIR ?= ../vamp-plugin-sdk-2.5 # Location of libvamp-sdk.dll VAMPDLL_DIR ?= ../vamp-plugin-sdk-2.5-binaries-win32-mingw -- 2.11.0