diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-04 18:20:23 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-04 18:20:23 +0100 |
commit | 214e5b49a4b580c636a917b1845e103f45095946 (patch) | |
tree | 4e5ba82d70243938cb4a4a3ddb82eea8f29a7562 /Jamroot.jam | |
parent | Update to glibmm-2.68 (diff) | |
download | libdbpp-odbc-214e5b49a4b580c636a917b1845e103f45095946.tar.bz2 libdbpp-odbc-214e5b49a4b580c636a917b1845e103f45095946.tar.xz libdbpp-odbc-214e5b49a4b580c636a917b1845e103f45095946.zip |
Don't define a default toolset, use the system/project one
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 287129b..99bb4b5 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 ; |