summaryrefslogtreecommitdiffstats
path: root/test/LINK/VersionedLib.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/VersionedLib.py')
-rw-r--r--test/LINK/VersionedLib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py
index da0a8c4..34bef2a 100644
--- a/test/LINK/VersionedLib.py
+++ b/test/LINK/VersionedLib.py
@@ -41,7 +41,7 @@ objs = env.SharedObject('test.c')
mylib = env.SharedLibrary('test', objs, SHLIBVERSION = '2.5.4')
env.Program(source=['testapp.c',mylib])
env.Program(target=['testapp2'],source=['testapp.c','libtest.dylib'])
-instnode = env.Install("#/installtest",mylib)
+instnode = env.InstallVersionedLib("#/installtest",mylib)
env.Default(instnode)
""")