From b3d88665a55fc41f1711e5703980b0e439489d26 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 22 Jan 2009 09:57:28 +0000 Subject: [PATCH] Add linux linker options. [SVN r50722] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a4e4df52..58b2904f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -21,6 +21,8 @@ test-suite config : #input-files : #requirements single msvc:static msvc:static + linux:-lpthread + linux:-lrt ] [ run config_info.cpp : : : always_show_run_output single msvc:static msvc:static ] [ run config_info.cpp : : : always_show_run_output multi : config_info_threaded ]