1diff --color -ur boost_1_88_0-unpatched/tools/boost_install/boost-install.jam boost_1_88_0/tools/boost_install/boost-install.jam
2--- boost_1_88_0-unpatched/tools/boost_install/boost-install.jam 2025-07-29 21:46:33.010181683 +0800
3+++ boost_1_88_0/tools/boost_install/boost-install.jam 2025-07-29 21:47:34.346642613 +0800
4@@ -794,7 +794,7 @@
5 ""
6 "# Compute the include and library directories relative to this file."
7 ""
8- "get_filename_component(_BOOST_CMAKEDIR \"${CMAKE_CURRENT_LIST_DIR}/../\" REALPATH)"
9+ "get_filename_component(_BOOST_REAL_CMAKEDIR \"${CMAKE_CURRENT_LIST_DIR}/../\" REALPATH)"
10 : true ;
11
12 if [ path.is-rooted $(cmakedir) ]
13@@ -813,6 +813,8 @@
14 " unset(_BOOST_CMAKEDIR_ORIGINAL)"
15 "endif()"
16 ""
17+ "# Assume that the installer actually did know where the libs were to be installed"
18+ "get_filename_component(_BOOST_CMAKEDIR \"$(cmakedir-native)\" REALPATH)"
19 : true ;
20 }
21