diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 14:24:24 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 14:24:24 +0100 |
commit | a357aa2c08ca333b48b83473594fd6b08d8ab709 (patch) | |
tree | 7cfa342da02110f8a827d21bebe079b1869a0bb2 | |
parent | Assign an id to the root project (diff) | |
download | libdbpp-a357aa2c08ca333b48b83473594fd6b08d8ab709.tar.bz2 libdbpp-a357aa2c08ca333b48b83473594fd6b08d8ab709.tar.xz libdbpp-a357aa2c08ca333b48b83473594fd6b08d8ab709.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 5578db3..9bc710d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,7 +1,6 @@ import os ; import testing ; -using gcc : : [ os.environ CXX ] ; using pkg-config ; import pkg-config ; |