From fd8ad2bbe438f74ec816f43141de04dfe03389d9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 16 Nov 2013 22:33:05 +0600 Subject: [PATCH] Further tweak to .mo compilation on windows Was wrong dependency used for msgfmt custom command. --- intern/locale/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []