summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-01-11 13:24:23 -0800
committerRJ Ryan <rryan@mixxx.org>2016-01-11 13:24:23 -0800
commit26f4949e7fcb5f86a74b94397b9764f8d3b24ac6 (patch)
treebcfc907d76b2e585154903e3ed649cc66209244f /SConstruct
parentd0818d0c9891f993ef90a681130bf5467997216f (diff)
parent471f0e63d03a6e793bd85a50eee2791cb0d8143c (diff)
Merge remote-tracking branch 'mixxxdj/1.12'
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct10
1 files changed, 0 insertions, 10 deletions
diff --git a/SConstruct b/SConstruct
index 6c4f62d7ba..8c7180cfe1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -103,15 +103,5 @@ mixxxminimal_plugins = SConscript(
SConscript(File('src/SConscript'), variant_dir=Dir(build.build_dir), duplicate=0,
exports=['build', 'sources', 'soundsource_plugins', 'mixxxminimal_plugins'])
-# For convenience, copy the Mixxx binary out of the build directory to the
-# root. Don't do it on windows because the binary can't run on its own and needs
-# the DLLs present with it.
-if build.platform_is_osx:
- Command("mixxx", os.path.join(build.build_dir, "Mixxx"), Copy("$TARGET", "$SOURCE"))
-elif not build.platform_is_windows:
- Command("mixxx", os.path.join(build.build_dir, "mixxx"), Copy("$TARGET", "$SOURCE"))
-
-
-
#On OS X, if the bundle has been built, copy it up:
#Command("Mixxx.app", os.path.join(build.build_dir, "Mixxx.app"), Copy("$TARGET", "$SOURCE"))