small formatting detail
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue Aug 29 18:28:45 2006 +0200 (2006-08-29)
changeset 23b301a369b843
parent 19 bc4690ec2cbb
child 48 afaaab6b25a0
small formatting detail
SConstruct
     1.1 --- a/SConstruct	Tue Aug 29 18:27:42 2006 +0200
     1.2 +++ b/SConstruct	Tue Aug 29 18:28:45 2006 +0200
     1.3 @@ -222,7 +222,7 @@
     1.4  				if env['PLATFORM'] == 'posix':
     1.5  					module_builder = env.Program (target = filename, source = objects,
     1.6  								      LIBPATH=lib_path, LIBS=libs, 
     1.7 -									RPATH=lib_path)
     1.8 +								      RPATH=lib_path)
     1.9  				else:
    1.10  					module_builder = env.Program (target = filename, source = objects,
    1.11  								      LIBPATH=lib_path, LIBS=libs)