summaryrefslogtreecommitdiffstats
path: root/build/mixxx.py
diff options
context:
space:
mode:
authorCarl Pillot <carl.pillot@gmail.com>2013-09-29 20:15:26 -0400
committerCarl Pillot <carl.pillot@gmail.com>2013-09-29 20:15:26 -0400
commit18a7d2623ebfc20fd19bd6b6d302cfc68b1f59a6 (patch)
tree73e6f4aeadcbb70823f1d59dc937be034a7370a8 /build/mixxx.py
parentb106ff27d00a902226f96f60fce045a5c4e8033f (diff)
Two spaces for inline comments
Diffstat (limited to 'build/mixxx.py')
-rw-r--r--build/mixxx.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/mixxx.py b/build/mixxx.py
index aacbbc096e..3b28a10b31 100644
--- a/build/mixxx.py
+++ b/build/mixxx.py
@@ -152,8 +152,8 @@ class MixxxBuild(object):
toolpath.append('#/build/osx/')
if self.platform_is_windows and self.toolchain == 'msvs':
toolpath.append('msvs')
- extra_arguments['VCINSTALLDIR'] = os.getenv('VCInstallDir') # TODO(XXX) Why?
- extra_arguments['QT_LIB'] = '' # TODO(XXX) Why?
+ extra_arguments['VCINSTALLDIR'] = os.getenv('VCInstallDir') # TODO(XXX) Why?
+ extra_arguments['QT_LIB'] = '' # TODO(XXX) Why?
# Setup the appropriate toolchains for cross-compiling
if self.crosscompile:
@@ -318,8 +318,8 @@ class MixxxBuild(object):
os.unlink(self.build_dir)
sconsign_file = '.sconsign.dblite'
- sconsign_branch_file = '.sconsign.branch' # contains the branch name of last build
- custom_file = 'cache/custom.py' # contains custom build flags
+ sconsign_branch_file = '.sconsign.branch' # contains the branch name of last build
+ custom_file = 'cache/custom.py' # contains custom build flags
sconsign_branch = ''
is_branch_different = True
if os.path.isfile(sconsign_branch_file):