mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 14:27:24 +00:00
Fixed scons prepending destdir to path in -DFIFODIR.
This commit is contained in:
parent
964a0fcab4
commit
3ec1d79883
@ -357,6 +357,7 @@ if env["dummy_locales"]:
|
||||
# and doc files.
|
||||
#
|
||||
|
||||
env = env.Clone()
|
||||
for d in installdirs:
|
||||
env[d] = os.path.join("/", env["destdir"], env[d].lstrip("/"))
|
||||
bindir = env['bindir']
|
||||
|
Loading…
x
Reference in New Issue
Block a user