summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-18 00:49:18 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-05-18 00:49:18 +0100
commitf6d4f8029602e8f96e8ab0557f94428b36d072fa (patch)
treeaa93cdd6760be6c28e50625cdc61ad2187919fe0 /Jamroot.jam
parentWrite year, not day twice (diff)
downloadmygrate-f6d4f8029602e8f96e8ab0557f94428b36d072fa.tar.bz2
mygrate-f6d4f8029602e8f96e8ab0557f94428b36d072fa.tar.xz
mygrate-f6d4f8029602e8f96e8ab0557f94428b36d072fa.zip
Force clang-12
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 7a18a1e..bb22c83 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,4 +1,5 @@
using gcc ;
+using clang : 12 ;
using pkg-config ;
import pkg-config ;