mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 02:09:42 +00:00
Restored SCons 0.96.93 compatibility.
This commit is contained in:
parent
98bd81ffd2
commit
e55ef8f555
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user