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>2010-08-30 01:49:50 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-08-30 01:49:50 +0400
commitc29b5df7396ee4ffc8b8f930a31ae0f7f611d829 (patch)
treefb14efe2a6302ccf18c445379b858064fcdc2cd9 /build_files
parent37b54281b2f7b7101b9f050c452e2895b55c45e2 (diff)
Changing representation, so there's no space between the words.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/tools/Blender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py
index 611d6afd0e0..f388bbefeee 100644
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -289,7 +289,7 @@ def buildinfo(lenv, build_type):
'BUILD_TYPE=\'"%s"\''%(build_type),
'BUILD_REV=\'"%s"\''%(build_rev),
'NAN_BUILDINFO',
- 'BUILD_PLATFORM=\'"%s %s"\''%(platform.system(), platform.architecture()[0])])
+ 'BUILD_PLATFORM=\'"%s:%s"\''%(platform.system(), platform.architecture()[0])])
obj = [lenv.Object (root_build_dir+'source/creator/%s_buildinfo'%build_type,
[root_build_dir+'source/creator/buildinfo.c'])]
return obj