summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRJ Skerry-Ryan <rryan@mixxx.org>2018-12-30 08:34:09 -0800
committerRJ Skerry-Ryan <rryan@mixxx.org>2018-12-30 08:34:09 -0800
commit116145a4111bebfc07826d1f234b75ba8a066dd2 (patch)
tree4b1e3aff66cacf796d40e971f2e2bb502ec22666 /SConstruct
parentb1e5f129bb2d9c01a991d30a02119a60cc0b9901 (diff)
Remove VAMP from SConstruct.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 0 insertions, 6 deletions
diff --git a/SConstruct b/SConstruct
index 910ac5d956..9b69f2c5e2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -93,12 +93,6 @@ build.env.Alias("compiledb", build.env.CompilationDatabase('compile_commands.jso
# Build compile_commands.json by default.
build.env.Default("compile_commands.json")
-# Build VAMP plugins.
-mixxxminimal_plugins = SConscript(
- 'vamp-plugins/SConscript',
- variant_dir=build.build_dir + "/vamp-plugins",
- duplicate=0, exports=['build'])
-
# Setup and build the "mixxx" executable target. Also sets up our install
# targets for each platform.
SConscript('SConscript', variant_dir=build.build_dir, duplicate=0,