29 lines
1.2 KiB
Diff
29 lines
1.2 KiB
Diff
Index: boost-1.81.0/libs/uuid/test/Jamfile.v2
|
|
===================================================================
|
|
--- boost-1.81.0.orig/libs/uuid/test/Jamfile.v2
|
|
+++ boost-1.81.0/libs/uuid/test/Jamfile.v2
|
|
@@ -39,7 +39,7 @@ rule test_all
|
|
{
|
|
local all_rules = ;
|
|
local file ;
|
|
- local headers_path = [ path.make ../include/boost/uuid ] ;
|
|
+ local headers_path = [ path.make ../../../boost/uuid ] ;
|
|
for file in [ path.glob-tree $(headers_path) : *.hpp : uuid ]
|
|
{
|
|
local rel_file = [ path.relative-to $(headers_path) $(file) ] ;
|
|
@@ -65,12 +65,12 @@ rule test_all
|
|
all_rules += [ compile compile/decl_header.cpp :
|
|
<define>"BOOST_UUID_TEST_HEADER=uuid.hpp"
|
|
<define>"BOOST_UUID_NO_TYPE_TRAITS"
|
|
- <dependency>../include/boost/uuid/uuid.hpp :
|
|
+ <dependency>/boost//headers :
|
|
compile_uuid_no_type_traits ] ;
|
|
all_rules += [ compile compile/decl_header.cpp :
|
|
<define>"BOOST_UUID_TEST_HEADER=uuid.hpp"
|
|
<define>"BOOST_UUID_NO_SIMD"
|
|
- <dependency>../include/boost/uuid/uuid.hpp :
|
|
+ <dependency>/boost//headers :
|
|
compile_uuid_no_simd ] ;
|
|
|
|
# ECHO All rules: $(all_rules) ;
|