summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 12:20:53 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 12:20:53 +0100
commit9d005d1649b7d2386656a9dd336cd377ffea5a10 (patch)
treefcf68754f200c9a495c59910ed807c744a2f8167
parentUse b2 lto feature (diff)
downloadlibjsonpp-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.jam1
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 ;