From d2884e6cd1b0f0d60eaf403d96c000a430e4ddd1 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Aug 2025 15:24:28 +0100 Subject: Don't define a default toolset, use the system/project one --- Jamroot.jam | 1 - 1 file changed, 1 deletion(-) diff --git a/Jamroot.jam b/Jamroot.jam index e420b9d..dc163a9 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,6 +1,5 @@ import os ; import testing ; -using gcc : : [ os.environ CXX ] ; variant coverage : debug ; -- cgit v1.2.3