Made scons automatically build locales and translations if nls is enabled.
This commit is contained in:
parent
43431bc3a7
commit
7338913207
1 changed files with 3 additions and 0 deletions
|
@ -372,6 +372,9 @@ if env["nls"] and env['PLATFORM'] != 'win32':
|
|||
"ln -sf $SOURCE.filebase $TARGET"
|
||||
)
|
||||
|
||||
env.Requires(map(File, binary_nodes), Dir("locales"))
|
||||
env.Requires(map(File, binary_nodes), Dir("translations"))
|
||||
|
||||
#
|
||||
# Unix installation productions
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue