Page MenuHomePhorge

meson.build
No OneTemporary

Size
466 B
Referenced Files
None
Subscribers
None

meson.build

node = find_program('node', required: true)
snapshot_h = custom_target(
'snapshot',
input: core_files,
output: 'snapshot_data.h',
command: [
node,
src_root / 'src' / 'tools' / 'gen_snapshot.js',
'@INPUT0@',
'@OUTPUT@',
'VERSION=' + ant_version,
'GIT_HASH=' + git_hash,
'BUILD_TIMESTAMP=' + timestamp,
'TARGET=' + target_triple,
'MBEDTLS=' + (tls_lib == 'mbedtls').to_string(),
'HOST=' + host_machine.system(),
],
)

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 17, 12:55 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
575357
Default Alt Text
meson.build (466 B)

Event Timeline