[cig-commits] commit: Fix muParser library name

Mercurial hg at geodynamics.org
Fri May 13 12:00:06 PDT 2011


changeset:   344:9c0092c3a828
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri May 13 11:55:23 2011 -0700
files:       muParser/SConscript
description:
Fix muParser library name


diff -r 50000d9ab7c9 -r 9c0092c3a828 muParser/SConscript
--- a/muParser/SConscript	Thu May 12 12:52:13 2011 -0700
+++ b/muParser/SConscript	Fri May 13 11:55:23 2011 -0700
@@ -22,5 +22,5 @@ srcs = Glob('src' + '/*.cpp')
 srcs = Glob('src' + '/*.cpp')
 objs = env.SharedObject(srcs)
 
-l=env.StaticLibrary(env['build_dir'] + '/lib/muParser', objs)
+l=env.StaticLibrary(env['build_dir'] + '/lib/muparser', objs)
 env.Install(env['prefix'] + '/lib', l)



More information about the CIG-COMMITS mailing list