Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2012-04-28 12:47:37 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2012-04-28 12:47:37 +0400
commitfd2439f47aaaea00abb55e29b8eac39694d6ced8 (patch)
treeba024435273136f7e7a3c688f2326b30a2bbf582
parent5d70a6aedfa246e6a6ac137cdc2be088950b7875 (diff)
bump commit count, mingw32 -> mingw64
-rw-r--r--build_files/scons/tools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index c9d31d75e18..65593d559ed 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -624,7 +624,7 @@ def buildslave(target=None, source=None, env=None):
if env['OURPLATFORM'] == 'win32-mingw':
platform = 'mingw32'
- elif env['OURPLATFORM'] == 'win32-mingw':
+ elif env['OURPLATFORM'] == 'win64-mingw':
platform = 'mingw64'
else:
platform = env['OURPLATFORM'].split('-')[0]