]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/feature_cxxflags.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / feature_cxxflags.py
index 76e8b20d741b67806fc158ad62466e48a14f835e..a4eeb52d41f7df11b728c134173c75c5759e320a 100755 (executable)
@@ -31,7 +31,7 @@ t.write("test.c", """
 """)
 
 t.run_build_system()
-t.expect_addition("bin/$toolset/debug/test-cpp.obj")
-t.expect_addition("bin/$toolset/debug/test-c.obj")
+t.expect_addition("bin/$toolset/debug*/test-cpp.obj")
+t.expect_addition("bin/$toolset/debug*/test-c.obj")
 
 t.cleanup()