summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 14:24:24 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 14:24:24 +0100
commita357aa2c08ca333b48b83473594fd6b08d8ab709 (patch)
tree7cfa342da02110f8a827d21bebe079b1869a0bb2
parentAssign an id to the root project (diff)
downloadlibdbpp-a357aa2c08ca333b48b83473594fd6b08d8ab709.tar.bz2
libdbpp-a357aa2c08ca333b48b83473594fd6b08d8ab709.tar.xz
libdbpp-a357aa2c08ca333b48b83473594fd6b08d8ab709.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 5578db3..9bc710d 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,7 +1,6 @@
import os ;
import testing ;
-using gcc : : [ os.environ CXX ] ;
using pkg-config ;
import pkg-config ;