[cig-commits] commit: Accounting for differences in SCons versions.

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


changeset:   57:9bc9fb0aa1e1
user:        LukeHodkinson
date:        Thu Jun 12 00:38:55 2008 +0000
files:       SConscript
description:
Accounting for differences in SCons versions.


diff -r e9feb3053f62 -r 9bc9fb0aa1e1 SConscript
--- a/SConscript	Wed Jun 04 22:31:05 2008 +0000
+++ b/SConscript	Thu Jun 12 00:38:55 2008 +0000
@@ -37,7 +37,7 @@ if env['shared_libraries']:
         name = base.split('/')[-1] + 'module'
         env.SharedLibrary(env.get_build_path('lib/' + name), objs,
                           SHLIBPREFIX='',
-                          LIBPREFIXES=[env['LIBPREFIXES']] + [''],
+                          LIBPREFIXES=env.make_list(env['LIBPREFIXES']) + [''],
                           LIBS=['glucifer'] + env.get('LIBS', []))
 
 # Build unit test runner.



More information about the CIG-COMMITS mailing list