Wesnoth was depending on translations only with dummy_locales enabled. Fixed.
This commit is contained in:
parent
8b7c2efc93
commit
4f4a80dd77
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@ if env["dummy_locales"]:
|
|||
)
|
||||
|
||||
env.Requires(wesnoth, Dir("locales"))
|
||||
if env["nls"]:
|
||||
env.Requires(wesnoth, Dir("translations"))
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue