summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 22:34:35 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 22:34:35 +0100
commit2a51fedcffda8c5b769c7ed787283d487d115160 (patch)
tree06291f082b0554b4851fb770a744da875749b384 /Jamroot.jam
parentFix compilation with GCC 14 (diff)
downloadslicer-2a51fedcffda8c5b769c7ed787283d487d115160.tar.bz2
slicer-2a51fedcffda8c5b769c7ed787283d487d115160.tar.xz
slicer-2a51fedcffda8c5b769c7ed787283d487d115160.zip
Don't define a default toolset, use the system/project one
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 0 insertions, 1 deletions
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 ;