Draw system from host rather than build machine (fixing cross-compilation failures, I am told)
This commit is contained in:
@@ -17,7 +17,7 @@ project(
|
||||
|
||||
rubberband_dynamic_library_version = '2.1.3'
|
||||
|
||||
system = build_machine.system()
|
||||
system = host_machine.system()
|
||||
architecture = host_machine.cpu_family()
|
||||
cpp = meson.get_compiler('cpp')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user