summaryrefslogtreecommitdiffstats
path: root/test/CC/SHCCCOMSTR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CC/SHCCCOMSTR.py')
-rw-r--r--test/CC/SHCCCOMSTR.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CC/SHCCCOMSTR.py b/test/CC/SHCCCOMSTR.py
index 4d240ae..562961a 100644
--- a/test/CC/SHCCCOMSTR.py
+++ b/test/CC/SHCCCOMSTR.py
@@ -58,6 +58,7 @@ else:
test.write('SConstruct', """
env = Environment(SHCCCOM = r'%(_python_)s mycc.py $TARGET $SOURCE',
SHCCCOMSTR = 'Building $TARGET from $SOURCE',
+ SHOBJPREFIX='',
SHOBJSUFFIX='.obj')
env.SharedObject(target = 'test1', source = 'test1.c')
env.SharedObject(target = 'test2', source = 'test2%(alt_c_suffix)s')