Skip to content

Commit

Permalink
windows fix MINOR
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Aug 14, 2009
1 parent 66637b3 commit 75a5836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -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

Expand Down

0 comments on commit 75a5836

Please sign in to comment.