summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2014-09-14 17:31:35 +0100
committerRussel Winder <russel@winder.org.uk>2014-09-14 17:31:35 +0100
commit2f5f1e802fb142bd4e1ebfc45e1ddc30ac84dfa8 (patch)
tree77ecd3a970e83504c8121b6aff5f3b506822db30
parentb4a7c2ef597d5659c67468cdac7705554f08e94c (diff)
downloadscons-git-2f5f1e802fb142bd4e1ebfc45e1ddc30ac84dfa8.tar.gz
Remove the incorrect Windows type label.
-rw-r--r--test/D/SharedObjects/Common/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/SharedObjects/Common/common.py b/test/D/SharedObjects/Common/common.py
index a5d7b275e..0362525d8 100644
--- a/test/D/SharedObjects/Common/common.py
+++ b/test/D/SharedObjects/Common/common.py
@@ -62,7 +62,7 @@ def testForTool(tool):
elif platform == 'darwin':
filename = 'code.o'
libraryname = 'libanswer.dylib'
- elif platform == 'win32' or platform == 'win64':
+ elif platform == 'win32':
filename = 'code.obj'
libraryname = 'answer.dll'
else: