summaryrefslogtreecommitdiffstats
path: root/build/mixxx.py
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2018-10-22 18:25:46 -0500
committerBe <be@mixxx.org>2018-10-22 18:25:46 -0500
commit46fe39f99619b5d6ff96b4946e674ed2a48286f0 (patch)
tree5889e0cee5032aa95b47603594d8af58a32097ca /build/mixxx.py
parent8026db26bd889f79c5d84f442638ac15352dd190 (diff)
parente8de37b2968abef63fe75fc8f65f5b5f03d35c99 (diff)
Merge remote-tracking branch 'upstream/2.1' into 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 8bc37fd927..6009973453 100644
--- a/build/mixxx.py
+++ b/build/mixxx.py
@@ -196,7 +196,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'] = ''