meson.build: Add 32-bit sparc to seccomp unsupported list

32-bit sparc doesn't support seccomp either.
This commit is contained in:
Mart Raudsepp 2019-02-15 21:34:34 +02:00 committed by Ernestas Kulik
parent 9815bfe97c
commit 44b49e6ca0

View file

@ -79,6 +79,7 @@ unsupported_cpus = [
'parisc',
'parisc64',
'sh4',
'sparc',
'sparc64',
]
system_supports_seccomp = host_system == 'linux'