summaryrefslogtreecommitdiffstats
path: root/test/SHF77FLAGS.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-18 14:32:51 (GMT)
committerSteven Knight <knight@baldmt.com>2003-01-18 14:32:51 (GMT)
commite7311129d841fe777bfe2d83c46033f34dac4709 (patch)
treea24fdcf4d185371398684f758fc74a3a856181fc /test/SHF77FLAGS.py
parent9174c12d92d6a32c087bd5b891022ef5dc6f426f (diff)
downloadSCons-e7311129d841fe777bfe2d83c46033f34dac4709.zip
SCons-e7311129d841fe777bfe2d83c46033f34dac4709.tar.gz
SCons-e7311129d841fe777bfe2d83c46033f34dac4709.tar.bz2
Make shared/static objects less irritating. (Anthony Roach)
Diffstat (limited to 'test/SHF77FLAGS.py')
-rw-r--r--test/SHF77FLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SHF77FLAGS.py b/test/SHF77FLAGS.py
index 5f83109..fa199cc 100644
--- a/test/SHF77FLAGS.py
+++ b/test/SHF77FLAGS.py
@@ -34,7 +34,7 @@ python = TestSCons.python
if sys.platform == 'win32':
_obj = '.obj'
else:
- _obj = '.o'
+ _obj = '.os'
test = TestSCons.TestSCons()