diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 12:20:53 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 12:20:53 +0100 |
commit | 9d005d1649b7d2386656a9dd336cd377ffea5a10 (patch) | |
tree | fcf68754f200c9a495c59910ed807c744a2f8167 | |
parent | Use b2 lto feature (diff) | |
download | libjsonpp-9d005d1649b7d2386656a9dd336cd377ffea5a10.tar.bz2 libjsonpp-9d005d1649b7d2386656a9dd336cd377ffea5a10.tar.xz libjsonpp-9d005d1649b7d2386656a9dd336cd377ffea5a10.zip |
Don't define a default toolset, use the system/project one
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 93d3fe9..a00306d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,6 +1,5 @@ import os ; -using gcc : : [ os.environ CXX ] ; using pkg-config ; import pkg-config ; |