From eb5ef9d543b51c7ee27a95c802cc4578b198c654 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Jul 2019 07:13:37 +0200 Subject: Adjust for new libu*{} semantics (libu{} is gone) --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root.build b/build/root.build index 980bc95..c91e8f7 100644 --- a/build/root.build +++ b/build/root.build @@ -31,7 +31,7 @@ using? cli # by default there. # unit-tests/exe{*}: test = true -unit-tests/libu{*}: bin.whole = false +unit-tests/{libue libul}{*}: bin.whole = false # Specify the test target for cross-testing. # -- cgit v1.1