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
path: root/source
diff options
context:
space:
mode:
authorLawrence D'Oliveiro <from-blender@geek-central.gen.nz>2014-01-29 21:28:51 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-29 21:29:20 +0400
commit8ba9702284a7c0457a9053e8cae027f83d6b6a3b (patch)
tree92beb799227f924765d32b5685e40ea92042d4cf /source
parentfa0d65d5127117c0c71178266e1c61f7cbbe65a9 (diff)
Code cleanup: remove redundant makesrna call with platform "linuxcross".
Reviewed By: brecht Differential Revision: https://developer.blender.org/D235
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index b2229181303..5464f9ad875 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -212,8 +212,6 @@ if env['OURPLATFORM'] != 'linuxcross':
else:
rna.Command (generated_files, '', "\"" + root_build_dir+os.sep+"makesrna\" \"" + build_dir + '"' )
else:
- rna.Command (generated_files, '', root_build_dir+os.sep+"makesrna.exe " + build_dir)
-
if USE_WINE:
rna.Command (generated_files, '', 'wine ' + root_build_dir+os.sep+"makesrna.exe " + build_dir)
else: