12f7734039
Relnotes: https://flashrom.org/release_notes/v_1_6.html Sponsored by: Postgres Professional
12 lines
536 B
INI
12 lines
536 B
INI
--- meson.build.orig 2025-07-24 01:31:52 UTC
|
|
+++ meson.build
|
|
@@ -324,7 +324,7 @@ programmer = {
|
|
},
|
|
'internal' : {
|
|
'systems' : systems_hwaccess + ['linux'],
|
|
- 'cpu_families' : (host_machine.system() == 'linux' ? [host_machine.cpu_family()] : ['x86', 'x86_64']),
|
|
+ 'cpu_families' : (host_machine.system() in ['linux', 'freebsd'] ? [host_machine.cpu_family()] : ['x86', 'x86_64']),
|
|
'deps' : [ libpci ],
|
|
'groups' : [ group_internal ],
|
|
'srcs' : (host_machine.cpu_family() in ['x86', 'x86_64'] ? files(
|