diff options
-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 ; |