Further tweak to .mo compilation on windows

Was wrong dependency used for msgfmt custom command.
This commit is contained in:
Sergey Sharybin 2013-11-16 22:33:05 +06:00
parent bc6ba9eb3b
commit fd8ad2bbe4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if env['WITH_BF_INTERNATIONAL']:
msgfmt_executable += ".exe" msgfmt_executable += ".exe"
# dependencies # dependencies
dependencies = [targetpath] dependencies = [msgfmt_target]
# add command for each locale # add command for each locale
all_mo_files = [] all_mo_files = []