[cig-commits] commit: fixee for wrong Experimental lib name

Mercurial hg at geodynamics.org
Mon Feb 1 15:29:50 PST 2010


changeset:   199:15401be9a370
user:        JohnMansour <john.mansour at maths.monash.edu.au>
date:        Thu Dec 03 15:58:25 2009 +1100
files:       SConstruct
description:
fixee for wrong Experimental lib name


diff -r 7c3f621dcb78 -r 15401be9a370 SConstruct
--- a/SConstruct	Thu Dec 03 14:13:52 2009 +1100
+++ b/SConstruct	Thu Dec 03 15:58:25 2009 +1100
@@ -119,7 +119,7 @@ if env['with_experimental']:
     SConscript('Experimental/SConscript',
                variant_dir=env['build_dir'] + '/Experimental',
                duplicate=0)
-    env.Prepend(LIBS=['experimental'])
+    env.Prepend(LIBS=['Experimental'])
 
 #
 # Build static version of StGermain.



More information about the CIG-COMMITS mailing list