From 23c711fa0baec00124167f35b4cd89832934e3c8 Mon Sep 17 00:00:00 2001 From: Anatoly Techtonik Date: Tue, 12 Apr 2011 16:35:58 +0000 Subject: scons.py: os.link() is the proper function for hard links --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 75fb4c9..c6d7b40 100644 --- a/src/setup.py +++ b/src/setup.py @@ -125,7 +125,7 @@ class install(_install): 'version-lib' ] - if hasattr(os, 'symlink'): + if hasattr(os, 'link'): user_options.append( ('hardlink-scons', None, "hard link 'scons' to the version-numbered script, don't make a separate 'scons' copy"), -- cgit v0.12