mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
commit
4f7dc3321c
3
src/config.h.in
Normal file
3
src/config.h.in
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
#mesondefine ENT_GETENTROPY
|
||||
#mesondefine ENT_GE_SYSRANDOM
|
@ -46,8 +46,11 @@ if not have_getentropy
|
||||
endif
|
||||
|
||||
|
||||
config_file = configure_file(output: 'config.h',
|
||||
configuration: conf_data)
|
||||
config_file = configure_file(
|
||||
output: 'config.h',
|
||||
input: 'config.h.in',
|
||||
configuration: conf_data,
|
||||
)
|
||||
|
||||
ent_sources = ['ent.c', config_file]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user