mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-19 12:04:18 +02:00
Update compiler dependency
This commit is contained in:
parent
a8f2a7940d
commit
b97ba95ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ foreach name, dep : cagebreak_dependencies_dict
|
|||
endforeach
|
||||
|
||||
reproducible_build_compiler = 'gcc'
|
||||
reproducible_build_compiler_version = '10.2.0'
|
||||
reproducible_build_compiler_version = '11.1.0'
|
||||
|
||||
if cc.get_id() != reproducible_build_compiler
|
||||
warning('The compiler "' + cc.get_id() + '" differs from the one used to generate to binary specified in the README section "Reproducible Builds" (' + reproducible_build_compiler + ').')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue