mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 19:00:55 +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.
|
||||
toolpath.append(repo.abspath + "/scons")
|
||||
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"]:
|
||||
print("Creating lockfile")
|
||||
|
|
Loading…
Reference in New Issue
Block a user