summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 79db4d52f9b..99c15f55d6d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1144,7 +1144,7 @@ def getSystemInstallName():
n = platform + "-" + processor
if static:
n += "-static"
- if os.uname()[2].startswith( "8." ):
+ if nix and os.uname()[2].startswith( "8." ):
n += "-tiger"
return n