mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
Special case OpenBSD
This commit is contained in:
parent
ce933a6c5c
commit
4b5e644e8f
@ -1,6 +1,7 @@
|
||||
conf_data = configuration_data()
|
||||
compiler = meson.get_compiler('c')
|
||||
compat = get_option('ent_compat')
|
||||
# OpenBSD has had getentropy since 5.6. It's fine.
|
||||
compat = get_option('ent_compat') and host_machine.system() != 'openbsd'
|
||||
|
||||
if not compat
|
||||
code = '''#include <stddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user