diff options
Diffstat (limited to 'test/LIBPATH.py')
-rw-r--r-- | test/LIBPATH.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/LIBPATH.py b/test/LIBPATH.py index 51b2998..f122519 100644 --- a/test/LIBPATH.py +++ b/test/LIBPATH.py @@ -47,7 +47,8 @@ prog2 = test.workpath(lib_ + 'shlib') + _dll test.write('SConstruct', """ env1 = Environment(LIBS = [ 'foo1' ], - LIBPATH = [ './lib1' ]) + LIBPATH = [ '$FOO' ], + FOO='./lib1') f1 = env1.Object('f1', 'f1.c') |