From 8366629bddf1f16d85a12d1ad5e7713d34515f65 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 31 Jan 2015 14:30:06 +0100 Subject: [PATCH] Makefile.linux: set default to sdk 2.5 --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.linux b/Makefile.linux index bb105b3..5db2eec 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -13,7 +13,7 @@ CFLAGS := -Wall -Wextra -O3 -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC # Location of Vamp plugin SDK relative to the project directory -VAMPSDK_DIR := ../vamp-plugin-sdk +VAMPSDK_DIR := ../vamp-plugin-sdk-2.5 # Libraries and linker flags required by plugin: add any -l # options here -- 2.11.0