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 '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 = []