summaryrefslogtreecommitdiffstats
path: root/test/LIBPATH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LIBPATH.py')
-rw-r--r--test/LIBPATH.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LIBPATH.py b/test/LIBPATH.py
index 871437c..d0bb065 100644
--- a/test/LIBPATH.py
+++ b/test/LIBPATH.py
@@ -118,7 +118,7 @@ env1.Program(target = 'prog', source = prog)
env1.Library(target = './lib1/foo1', source = f1)
env2 = Environment(LIBS = 'foo2',
- LIBPATH = '. ./lib2')
+ LIBPATH = Split('. ./lib2'))
env2.Program(target = 'prog2', source = prog)
env2.Library(target = 'foo2', source = f1)
""")