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:
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index e890ac69d76..430653717f5 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -24,5 +24,5 @@ SConscript(['datafiles/SConscript',
'space_script/SConscript',
'space_text/SConscript',
'space_sequencer/SConscript',
- 'transform/SConscript', # XXX this should be moved near start of list, as many modules depend on this?
+ 'transform/SConscript',
'screen/SConscript'])