summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-16 15:24:28 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-16 16:25:54 +0100
commitd2884e6cd1b0f0d60eaf403d96c000a430e4ddd1 (patch)
tree6d96db6c32f6245f60267b96524e1eab0f5ad5c8
parentAdd testing import to Jamroot (diff)
downloadnetfs-gitfs-d2884e6cd1b0f0d60eaf403d96c000a430e4ddd1.tar.bz2
netfs-gitfs-d2884e6cd1b0f0d60eaf403d96c000a430e4ddd1.tar.xz
netfs-gitfs-d2884e6cd1b0f0d60eaf403d96c000a430e4ddd1.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 e420b9d..dc163a9 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,6 +1,5 @@
import os ;
import testing ;
-using gcc : : [ os.environ CXX ] ;
variant coverage : debug ;