diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-18 00:49:18 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-18 00:49:18 +0100 |
commit | f6d4f8029602e8f96e8ab0557f94428b36d072fa (patch) | |
tree | aa93cdd6760be6c28e50625cdc61ad2187919fe0 | |
parent | Write year, not day twice (diff) | |
download | mygrate-f6d4f8029602e8f96e8ab0557f94428b36d072fa.tar.bz2 mygrate-f6d4f8029602e8f96e8ab0557f94428b36d072fa.tar.xz mygrate-f6d4f8029602e8f96e8ab0557f94428b36d072fa.zip |
Force clang-12
-rw-r--r-- | Jamroot.jam | 1 |
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 ; |