diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-04 18:18:56 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-04 18:18:56 +0100 |
commit | c164fee187ebaf5727212dc54a953364990cb7ca (patch) | |
tree | b94f162e3940f3e788568a6e2de8fcf6f7c6d50b | |
parent | Pedantic only with gcc (diff) | |
download | libdbpp-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.jam | 1 |
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 ; |