summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-27 20:04:12 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-27 20:04:12 +0000
commit2a883ce3a21beb3fba9bd1807509beae997e9d5c (patch)
tree50f31a5c49ff1a7767b10d9a51c0ea318b8b27fb /Jamroot.jam
parentAs suspected, find_arc_centre could be simplfied (diff)
downloadilt-2a883ce3a21beb3fba9bd1807509beae997e9d5c.tar.bz2
ilt-2a883ce3a21beb3fba9bd1807509beae997e9d5c.tar.xz
ilt-2a883ce3a21beb3fba9bd1807509beae997e9d5c.zip
Bump GCC version
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 d1ab0de..08d12d6 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,4 +1,4 @@
-using gcc : 11.0.0 ;
+using gcc : 11.0.1 ;
using pkg-config ;
import pkg-config ;
import type : register ;