From 6b9fdc6ad3ac84cf8b8543b6e46b0ca8c4d61860 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Jul 2021 17:14:21 +0100 Subject: Build a basic hacky semaphore for compilers that don't support std::binary_semaphore yet --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 8486a14..1f0dac3 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -9,7 +9,7 @@ project : requirements lib testdb : [ glob-tree *.sql : bin ] - [ glob testdb-*.cpp ] : + [ glob *.cpp : test-*.cpp ] : static ; -- cgit v1.2.3