summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-04 18:25:03 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-04 18:25:03 +0100
commit2bcbd64f4955c21f25f5af42809f8f3c64a3749c (patch)
treea8e959b5ce9cf2204059516a8de52920a7f70490
parentUpdate to glibmm-2.68 (diff)
downloadlibdbpp-postgresql-2bcbd64f4955c21f25f5af42809f8f3c64a3749c.tar.bz2
libdbpp-postgresql-2bcbd64f4955c21f25f5af42809f8f3c64a3749c.tar.xz
libdbpp-postgresql-2bcbd64f4955c21f25f5af42809f8f3c64a3749c.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 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 ;