diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-04 18:25:03 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-04 18:25:03 +0100 |
commit | 2bcbd64f4955c21f25f5af42809f8f3c64a3749c (patch) | |
tree | a8e959b5ce9cf2204059516a8de52920a7f70490 /Jamroot.jam | |
parent | Update to glibmm-2.68 (diff) | |
download | libdbpp-postgresql-2bcbd64f4955c21f25f5af42809f8f3c64a3749c.tar.bz2 libdbpp-postgresql-2bcbd64f4955c21f25f5af42809f8f3c64a3749c.tar.xz libdbpp-postgresql-2bcbd64f4955c21f25f5af42809f8f3c64a3749c.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 5c09de9..bfa8f01 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 ; |