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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-11-16 20:33:05 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-11-16 20:33:45 +0400
commitfd8ad2bbe438f74ec816f43141de04dfe03389d9 (patch)
tree5c86a58f2c24889b910ffd18561997c644182628 /intern/locale
parentbc6ba9eb3bf8c8560d5c0dd6eb9075325190fee7 (diff)
Further tweak to .mo compilation on windows
Was wrong dependency used for msgfmt custom command.
Diffstat (limited to 'intern/locale')
-rw-r--r--intern/locale/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/locale/SConscript b/intern/locale/SConscript
index a8b6d17f9d3..38161b48ff0 100644
--- a/intern/locale/SConscript
+++ b/intern/locale/SConscript
@@ -68,7 +68,7 @@ if env['WITH_BF_INTERNATIONAL']:
msgfmt_executable += ".exe"
# dependencies
- dependencies = [targetpath]
+ dependencies = [msgfmt_target]
# add command for each locale
all_mo_files = []