]> git.tdb.fi Git - libs/game.git/commitdiff
Remove a temporary hack
authorMikko Rasa <tdb@tdb.fi>
Sat, 7 Jan 2023 13:24:25 +0000 (15:24 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 7 Jan 2023 13:24:57 +0000 (15:24 +0200)
The bug it was for is now fixed.

tests/Build

index db503407da12e6d9f670b2701e15fe04c4d0a8f4..e889864a4f1dde7b430ecff3b32bb8d3c198f85e 100644 (file)
@@ -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";
-               };
        };
 };