From 309172ff90827b525fcca566a984ea2b004328d8 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 18 Jan 2015 21:37:10 +0000 Subject: [PATCH] Misc --- source/Makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Makefile.mk b/source/Makefile.mk index c332e5232..13db62bf9 100644 --- a/source/Makefile.mk +++ b/source/Makefile.mk @@ -8,10 +8,10 @@ # Modify to enable/disable specific features # Use the free vestige header instead of the official VST SDK -CARLA_VESTIGE_HEADER ?= true +CARLA_VESTIGE_HEADER = true # Enable experimental plugins, don't complain if the build fails when using this! -EXPERIMENTAL_PLUGINS ?= false +EXPERIMENTAL_PLUGINS = false # -------------------------------------------------------------- # DO NOT MODIFY PAST THIS POINT!