mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 20:44:18 +02:00
Ameliorate meson.build
- Only warn about compiler version missmatch in the case that
the compilers are the same
This commit is contained in:
parent
30adf4b1a5
commit
a277f06224
1 changed files with 1 additions and 3 deletions
|
|
@ -224,9 +224,7 @@ reproducible_build_compiler_version = '10.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 + ').')
|
||||
endif
|
||||
|
||||
if cc.version() != reproducible_build_compiler_version
|
||||
elif cc.version() != reproducible_build_compiler_version
|
||||
warning('The version of ' + cc.get_id() + ' (' + cc.version() + ') differs from the one used to generate the binary specified in the README section "Reproducible Builds" ' + reproducible_build_compiler_version + '.')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue