From c164fee187ebaf5727212dc54a953364990cb7ca Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 4 Aug 2025 18:18:56 +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 0b23636..e80e0f1 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