small formatting detail

This commit is contained in:
Mathieu Lacage
2006-08-29 18:28:45 +02:00
parent 5ffcea26af
commit a525ec46e5

View File

@@ -222,7 +222,7 @@ class Ns3:
if env['PLATFORM'] == 'posix':
module_builder = env.Program (target = filename, source = objects,
LIBPATH=lib_path, LIBS=libs,
RPATH=lib_path)
RPATH=lib_path)
else:
module_builder = env.Program (target = filename, source = objects,
LIBPATH=lib_path, LIBS=libs)