diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-04 19:49:09 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-04 19:49:09 +0000 |
commit | 6bafe54d3b00e92fde67acd845982de19ba83a83 (patch) | |
tree | 012e1b4cec010357b8f0e781bec9630e3f468c64 /Jamroot.jam | |
parent | Fix up all remaining warnings (diff) | |
download | ilt-6bafe54d3b00e92fde67acd845982de19ba83a83.tar.bz2 ilt-6bafe54d3b00e92fde67acd845982de19ba83a83.tar.xz ilt-6bafe54d3b00e92fde67acd845982de19ba83a83.zip |
GCC 11 now default
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 9e89994..32a4fcb 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,4 @@ -using gcc : 11.2.0 ; +using gcc ; using pkg-config ; import pkg-config ; import type : register ; |