summaryrefslogtreecommitdiffstats
path: root/build/mixxx.py
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2018-10-22 18:32:23 -0500
committerBe <be@mixxx.org>2018-10-22 18:32:23 -0500
commit9c353dbfda68159521b55b2fbc42d053085cef0a (patch)
tree3a87e05a735c9eb0e28f2a356d5b860f078846e5 /build/mixxx.py
parent24aab8c2657b23328dffb633ecda0302417f293d (diff)
parent46fe39f99619b5d6ff96b4946e674ed2a48286f0 (diff)
Merge remote-tracking branch 'upstream/2.2'
Diffstat (limited to 'build/mixxx.py')
-rw-r--r--build/mixxx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/mixxx.py b/build/mixxx.py
index 8542b2bbcf..71c10074f6 100644
--- a/build/mixxx.py
+++ b/build/mixxx.py
@@ -185,7 +185,8 @@ class MixxxBuild(object):
# support x64.
# In SConscript.env we use the MSVS tool to let you generate a
# Visual Studio solution. Consider removing this.
- tools.extend(['msvs'])
+ tools.extend(['msvs', 'signtool'])
+ toolpath.append('#/build/windows/')
# SCons's built-in Qt tool attempts to link 'qt' into your binary if
# you don't do this.
extra_arguments['QT_LIB'] = ''