mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fix x86 specific flags
There was a mistake in the host machine check in meson
This commit is contained in:
parent
8814c66855
commit
350e81fde8
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ if optimization != 'plain'
|
|||
)
|
||||
endif
|
||||
|
||||
if host_machine.system() == 'x86'
|
||||
if host_machine.cpu_family() == 'x86'
|
||||
add_project_arguments(
|
||||
cc.get_supported_arguments(
|
||||
'-Wno-psabi',
|
||||
|
|
|
|||
Loading…
Reference in a new issue