summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2017-03-15 21:29:09 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2017-03-15 21:29:09 +0100
commit109b97022369d2b0e5e6b4c89f443a954e9ad69d (patch)
tree76e06b4bd9b2ee7266396707a9d2eb7f35792567 /SConstruct
parent75d218d6c8e86b067993064eacb54378370db869 (diff)
parent18a90a6c7edd90d7140e7ff22f6c796b47df07c7 (diff)
Merge commit '18a90a6c7edd90d7140e7ff22f6c796b47df07c7' into lv2_support2
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct10
1 files changed, 0 insertions, 10 deletions
diff --git a/SConstruct b/SConstruct
index 7497624508..12f9315496 100644
--- a/SConstruct
+++ b/SConstruct
@@ -104,15 +104,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"))