Fixed "scons install" with gui=tiny.
This commit is contained in:
parent
ac41da8fd7
commit
f89f6d9bdd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue