Added
Link Here
|
1 |
--- meson.build.orig 2023-04-27 13:51:02 UTC |
2 |
+++ meson.build |
3 |
@@ -234,7 +234,7 @@ programmer = { |
4 |
}, |
5 |
'internal' : { |
6 |
'systems' : systems_hwaccess + ['linux'], |
7 |
- 'cpu_families' : (host_machine.system() == 'linux' ? [host_machine.cpu_family()] : ['x86', 'x86_64']), |
8 |
+ 'cpu_families' : (host_machine.system() in ['linux', 'freebsd'] ? [host_machine.cpu_family()] : ['x86', 'x86_64']), |
9 |
'deps' : [ libpci ], |
10 |
'groups' : [ group_internal ], |
11 |
'srcs' : (host_machine.cpu_family() in ['x86', 'x86_64'] ? files( |