summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/setup.py2
1 files changed, 1 insertions, 1 deletions
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"),