From dc90919dcc6519c7611ff7f8f6b7c22876e2fc13 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 7 Jan 2023 15:24:25 +0200 Subject: [PATCH] Remove a temporary hack The bug it was for is now fixed. --- tests/Build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/Build b/tests/Build index db50340..e889864 100644 --- a/tests/Build +++ b/tests/Build @@ -7,11 +7,5 @@ package "mspgame-tests" program "test" { source "."; - build_info - { - /* XXX Shouldn't be needed, but builder has a bug and doesn't - correctly propagate the standard from required packages. */ - standard CXX "c++20"; - }; }; }; -- 2.43.0