From 91c9fbf2e14f723317ba97cf102dcf99bc79ed69 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 4 Aug 2025 18:23:03 +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 3915cab..96b3297 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,7 +1,6 @@ import os ; import feature : feature ; -using gcc : : [ os.environ CXX ] ; using pkg-config ; variant coverage : debug ; -- cgit v1.2.3