scons: fix syntax error after svn merge from trunk

This commit is contained in:
Dane Springmeyer 2010-08-30 22:41:07 +00:00
parent d0041cd6ce
commit 09f271b6a1

View file

@ -408,7 +408,7 @@ def prioritize_paths(context,silent=True):
env = context.env
prefs = env['LINK_PRIORITY'].split(',')
if not silent:
context.Message( 'Sorting lib and inc compiler paths by priority... %s' % ','.join(prefs) )
context.Message( 'Sorting lib and inc compiler paths by priority... %s' % ','.join(prefs) )
env['LIBPATH'] = sort_paths(env['LIBPATH'],prefs)
env['CPPPATH'] = sort_paths(env['CPPPATH'],prefs)
if silent: