diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-06-13 22:34:35 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-06-13 22:34:35 +0100 |
commit | 2a51fedcffda8c5b769c7ed787283d487d115160 (patch) | |
tree | 06291f082b0554b4851fb770a744da875749b384 /Jamroot.jam | |
parent | Fix compilation with GCC 14 (diff) | |
download | slicer-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.jam | 1 |
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 ; |