summaryrefslogtreecommitdiff
path: root/test/option/debug-findlibs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-findlibs.py')
-rw-r--r--test/option/debug-findlibs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option/debug-findlibs.py b/test/option/debug-findlibs.py
index ce971998..9d5c82ab 100644
--- a/test/option/debug-findlibs.py
+++ b/test/option/debug-findlibs.py
@@ -47,7 +47,7 @@ env = Environment(OBJSUFFIX = '.ooo', PROGSUFFIX = '.xxx',
LIBS = ['iii', 'jjj', 'kkk', 'lll', 'mmm'],
LIBPREFIXES = ['a-', 'b-', 'c-'],
LIBSUFFIXES = ['.aaa', '.bbb', '.ccc'],
- LINKCOM = '%(_python_)s cat.py $TARGET $SOURCES')
+ LINKCOM = r'%(_python_)s cat.py $TARGET $SOURCES')
env.Program('foo', 'a.ooo',)
""" % locals())