Draw system from host rather than build machine (fixing cross-compilation failures, I am told)

This commit is contained in:
Chris Cannam
2021-04-07 11:03:33 +01:00
parent 59c34f9b36
commit 109c321370

View File

@@ -17,7 +17,7 @@ project(
rubberband_dynamic_library_version = '2.1.3' rubberband_dynamic_library_version = '2.1.3'
system = build_machine.system() system = host_machine.system()
architecture = host_machine.cpu_family() architecture = host_machine.cpu_family()
cpp = meson.get_compiler('cpp') cpp = meson.get_compiler('cpp')