diff --git a/SConstruct b/SConstruct index d34bd00fe8..480eedfd6e 100644 --- a/SConstruct +++ b/SConstruct @@ -237,7 +237,7 @@ env['libs_dir'] = env['prefix'] + 'Libs/' #TODO where should this go? env['data_dir'] = env['prefix'] -env['LINKFLAGS'] = [ '-Wl,-rpath=' + env['libs_dir'] ] +env['LINKFLAGS'] = [ '-Wl,-rpath,' + env['libs_dir'] ] env['LIBPATH'] += [ env['libs_dir'] ] Export('env')