mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-19 14:01:30 +00:00
Remove "python_devel" from custom tools too
This commit is contained in:
parent
3ca809d534
commit
85c9988f5e
|
@ -129,7 +129,7 @@ for repo in Dir(".").repositories:
|
||||||
# source code root and supplying this path with -Y option.
|
# source code root and supplying this path with -Y option.
|
||||||
toolpath.append(repo.abspath + "/scons")
|
toolpath.append(repo.abspath + "/scons")
|
||||||
sys.path = toolpath + sys.path
|
sys.path = toolpath + sys.path
|
||||||
env = Environment(tools=["tar", "gettext_tool", "install", "python_devel", "scanreplace"], options = opts, toolpath = toolpath)
|
env = Environment(tools=["tar", "gettext_tool", "install", "scanreplace"], options = opts, toolpath = toolpath)
|
||||||
|
|
||||||
if env["lockfile"]:
|
if env["lockfile"]:
|
||||||
print("Creating lockfile")
|
print("Creating lockfile")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user