Do not install libsvn.py, it's not used by anything
This commit is contained in:
parent
7ee1d6c55f
commit
c2b3426af9
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ else:
|
|||
env["localedir"] = "$datadir/$localedirname"
|
||||
|
||||
pythontools = Split("wmlscope wmllint wmlindent wesnoth_addon_manager")
|
||||
pythonmodules = Split("wmltools.py wmlparser.py wmldata.py wmliterator.py campaignserver_client.py libsvn.py __init__.py")
|
||||
pythonmodules = Split("wmltools.py wmlparser.py wmldata.py wmliterator.py campaignserver_client.py __init__.py")
|
||||
|
||||
def CopyFilter(fn):
|
||||
"Filter out data-tree things that shouldn't be installed."
|
||||
|
|
Loading…
Add table
Reference in a new issue