mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 00:41:17 +00:00
Fixed "scons install" with gui=tiny.
This commit is contained in:
parent
ac41da8fd7
commit
f89f6d9bdd
@ -1,7 +1,7 @@
|
||||
# vi: syntax=python:et:ts=4
|
||||
from SCons.Script import *
|
||||
import shutil, os
|
||||
from subprocess import call
|
||||
from subprocess import call, Popen, PIPE
|
||||
|
||||
def InstallFilteredHook(target, source, env):
|
||||
CopyFilter = env["copy_filter"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user