]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix x86 specific flags
authorAydın Mercan <aydin@isc.org>
Mon, 30 Jun 2025 12:08:53 +0000 (15:08 +0300)
committerAydın Mercan <aydin@isc.org>
Tue, 1 Jul 2025 19:35:20 +0000 (22:35 +0300)
There was a mistake in the host machine check in meson

meson.build

index 853650118661f2b4b94c28dad538440629916f3a..d39fa770f8b25fce1aa22f5de7d9d1c20bfbe132 100644 (file)
@@ -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',