[cig-commits] commit: Forgot a comma.

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:42 PST 2008


changeset:   59:0f946ec77e05
user:        LukeHodkinson
date:        Thu Feb 07 08:00:56 2008 +0000
files:       SConscript
description:
Forgot a comma.


diff -r 88a15e1a17ee -r 0f946ec77e05 SConscript
--- a/SConscript	Thu Feb 07 06:53:58 2008 +0000
+++ b/SConscript	Thu Feb 07 08:00:56 2008 +0000
@@ -26,7 +26,7 @@ env.build_library(env.get_hnodes(env.Sha
 env.build_library(env.get_hnodes(env.SharedObject), 'PICellerator')
 
 env.build_library(env.get_hnodes(env.SharedObject, 'Toolbox'),
-                  'PICellerator_Toolboxmodule', ['PICellerator']
+                  'PICellerator_Toolboxmodule', ['PICellerator'],
                   True)
 
 env.build_tests(env.glob('libPICellerator/tests/test*.c'),



More information about the CIG-COMMITS mailing list