A fix for SConscript so it will work with newer versions of scons
SConscript: Changed the ISAPath function to take 5 arguments to work with scons 0.97. --HG-- extra : convert_revision : 34fbe131aec9349631b5026d839563380623f3fd
This commit is contained in:
parent
f444a7e799
commit
d3c1cc9f15
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ def ISAScan():
|
|||
"SRCDIR",
|
||||
'^[ \t]*##[ \t]*include[ \t]*"([^>"]+)"')
|
||||
|
||||
def ISAPath(env, dir, a=None):
|
||||
def ISAPath(env, dir, target=None, source=None, a=None):
|
||||
return (Dir(env['SRCDIR']), Dir('.'))
|
||||
|
||||
iscan = Scanner(function = ISAScan().scan, skeys = [".isa", ".ISA"],
|
||||
|
|
Loading…
Reference in a new issue