]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/template.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / template.py
index 1fbef07b8cbb92dc95bfc92cc6493427959ebb98..f67e739887bc2c7daa85706061e6c1fd63c503f1 100644 (file)
@@ -27,7 +27,7 @@ int main() {}
 t.run_build_system()
 
 # First, create a list of three pathnames.
-file_list = BoostBuild.List("bin/$toolset/debug/") * \
+file_list = BoostBuild.List("bin/$toolset/debug*/") * \
     BoostBuild.List("hello.exe hello.obj")
 # Second, assert that those files were added as result of the last build system
 # invocation.