From 2a51fedcffda8c5b769c7ed787283d487d115160 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 13 Jun 2025 22:34:35 +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 4c96f07..c1df266 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -2,7 +2,6 @@ import os ; import slice ; import testing ; -using gcc : : [ os.environ CXX ] ; using pkg-config ; import pkg-config ; -- cgit v1.2.3