summaryrefslogtreecommitdiffstats
path: root/build/mixxx.py
diff options
context:
space:
mode:
authorRJ Skerry-Ryan <rryan@mixxx.org>2018-10-17 00:17:26 -0700
committerRJ Skerry-Ryan <rryan@mixxx.org>2018-10-20 23:41:32 -0700
commit5657fd6dad104aeb215fe5e2592affb424aae42e (patch)
tree70338c70db296a7363b3cd98864ef4c441baeb66 /build/mixxx.py
parentd3646d5750cab485d1a440323ee36eb276758d26 (diff)
Add support for code-signing binaries on Windows. Bug #1517823.
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 d8d7b6b101..1b4dfbe078 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'] = ''