summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-12-04 19:49:09 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-12-04 19:49:09 +0000
commit6bafe54d3b00e92fde67acd845982de19ba83a83 (patch)
tree012e1b4cec010357b8f0e781bec9630e3f468c64 /Jamroot.jam
parentFix up all remaining warnings (diff)
downloadilt-6bafe54d3b00e92fde67acd845982de19ba83a83.tar.bz2
ilt-6bafe54d3b00e92fde67acd845982de19ba83a83.tar.xz
ilt-6bafe54d3b00e92fde67acd845982de19ba83a83.zip
GCC 11 now default
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
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 ;