blob: 153bb8e3df19eb31767fad0bef510552b2192d19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Use the correct path to the include file.
--- boost_1_89_0/libs/predef/test/build.jam~
+++ boost_1_89_0/libs/predef/test/build.jam
@@ -12,7 +12,7 @@ project
: requirements
# Add explicit dependency since we don't have header scanner for
# .m and .mm files.
- <dependency>../include/boost/predef.h
+ <dependency>../../../boost/predef.h
;
using testing ;
|