fix: target selection for meson

This commit is contained in:
jeefo 2023-03-25 18:33:28 +03:00
commit ae4e12c48c
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED

View file

@ -34,7 +34,7 @@ find_program ('hostname', required: true)
cpp = meson.get_compiler ('cpp') cpp = meson.get_compiler ('cpp')
sys = host_machine.system () sys = host_machine.system ()
target = build_machine.cpu_family () target = host_machine.cpu_family ()
version = meson.project_version () version = meson.project_version ()
count = run_command ('git', 'rev-list', '--count', 'HEAD', check: false).stdout ().strip () count = run_command ('git', 'rev-list', '--count', 'HEAD', check: false).stdout ().strip ()