diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-03 00:51:29 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-03 00:51:29 +0100 |
commit | 5e97a5cdbd5f0ff8c90de0d22972c6585faf0cd4 (patch) | |
tree | 2d3703e2386306a059da26762ec1feece1b3c464 | |
parent | Update to new Slicer interface (diff) | |
download | icespider-5e97a5cdbd5f0ff8c90de0d22972c6585faf0cd4.tar.bz2 icespider-5e97a5cdbd5f0ff8c90de0d22972c6585faf0cd4.tar.xz icespider-5e97a5cdbd5f0ff8c90de0d22972c6585faf0cd4.zip |
Don't specify a toolset
Let the system default one.
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 9ffa99c..fdc0e38 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 ; |