summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-04 18:18:56 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-04 18:18:56 +0100
commitc164fee187ebaf5727212dc54a953364990cb7ca (patch)
treeb94f162e3940f3e788568a6e2de8fcf6f7c6d50b
parentPedantic only with gcc (diff)
downloadlibdbpp-mysql-c164fee187ebaf5727212dc54a953364990cb7ca.tar.bz2
libdbpp-mysql-c164fee187ebaf5727212dc54a953364990cb7ca.tar.xz
libdbpp-mysql-c164fee187ebaf5727212dc54a953364990cb7ca.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 0b23636..e80e0f1 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,7 +1,6 @@
import os ;
import feature : feature ;
-using gcc : : [ os.environ CXX ] ;
using pkg-config ;
variant coverage : debug ;