From 4d9500c31cade955f64854b9ad8124c1235b7545 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 21 Jul 2024 09:55:46 -0500 Subject: [PATCH] Fix library global (relative) references. --- test/all/options_v2.jam | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/all/options_v2.jam b/test/all/options_v2.jam index ac748ef0..aa7daca9 100644 --- a/test/all/options_v2.jam +++ b/test/all/options_v2.jam @@ -1,12 +1,12 @@ # copyright John Maddock 2003 -# Use, modification and distribution are subject to the -# Boost Software License, Version 1.0. (See accompanying file +# Use, modification and distribution are subject to the +# Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) project - : requirements + : requirements # threading tests require thread support turned on: multi ; - -local test-requirements = ../../test/build//boost_test_exec_monitor ; + +local test-requirements = /boost/test//boost_test_exec_monitor ;