diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 15:24:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 16:25:54 +0100 |
commit | d2884e6cd1b0f0d60eaf403d96c000a430e4ddd1 (patch) | |
tree | 6d96db6c32f6245f60267b96524e1eab0f5ad5c8 | |
parent | Add testing import to Jamroot (diff) | |
download | netfs-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.jam | 1 |
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 ; |