diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-10-21 20:15:09 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-10-21 20:15:09 +0100 |
commit | 6500c594c372e66d980df73c60fea821c32ed368 (patch) | |
tree | ee9429388a34eec37917211bd5ebab1e0a0b0fef | |
parent | Merge branch 'sunpos' (diff) | |
download | ilt-6500c594c372e66d980df73c60fea821c32ed368.tar.bz2 ilt-6500c594c372e66d980df73c60fea821c32ed368.tar.xz ilt-6500c594c372e66d980df73c60fea821c32ed368.zip |
Don't configure a default gcc toolset
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index b07dfdd..8587aaa 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,3 @@ -using gcc ; using pkg-config ; import pkg-config ; import testing ; |