Restored SCons 0.96.93 compatibility.

This commit is contained in:
Sergey Popov 2008-06-28 14:35:24 +00:00
parent 98bd81ffd2
commit e55ef8f555

View file

@ -67,8 +67,7 @@ def hard_link(dest, src, symlink = False):
copy2(src, dest)
HardLink = ActionFactory(hard_link,
lambda dest, src: 'Hardlinking %s to %s' % (src, dest),
convert=str)
lambda dest, src: 'Hardlinking %s to %s' % (src, dest))
def generate(env):
#env.AddMethod(InstallWithSuffix)