fix x86 specific flags

There was a mistake in the host machine check in meson
This commit is contained in:
Aydın Mercan 2025-06-30 15:08:53 +03:00
parent 8814c66855
commit 350e81fde8
No known key found for this signature in database

View 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',