mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 21:50:25 +00:00
Use env.Requires instead of env.Depends...
...to make wesnoth binary depend on translations.
This commit is contained in:
parent
41fa038c43
commit
08ba416fae
@ -415,9 +415,8 @@ if env["dummy_locales"]:
|
||||
"ln -sf $SOURCE.filebase $TARGET"
|
||||
)
|
||||
|
||||
# TODO: replace with env.Requires when compatibility with scons 0.96.93 isn't required anymore
|
||||
env.Depends(wesnoth, Dir("locales"))
|
||||
env.Depends(wesnoth, Dir("translations"))
|
||||
env.Requires(wesnoth, Dir("locales"))
|
||||
env.Requires(wesnoth, Dir("translations"))
|
||||
|
||||
#
|
||||
# Unix installation productions
|
||||
|
Loading…
x
Reference in New Issue
Block a user