Fix library global (relative) references.

This commit is contained in:
Rene Rivera
2024-07-21 09:55:46 -05:00
parent fd6da69296
commit 4d9500c31c

View File

@@ -1,12 +1,12 @@
# copyright John Maddock 2003 # copyright John Maddock 2003
# Use, modification and distribution are subject to the # Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file # Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
project project
: requirements : requirements
# threading tests require thread support turned on: # threading tests require thread support turned on:
<threading>multi <threading>multi
; ;
local test-requirements = <library>../../test/build//boost_test_exec_monitor ; local test-requirements = <library>/boost/test//boost_test_exec_monitor ;