Files
rosetta/lib/liblaunch/liblaunch-static.seed
T

17 lines
226 B
TOML
Raw Normal View History

[seed]
name = 'liblaunch-static'
[dependency]
no_standard_dependencies = true
seeds = [
'librosetta',
'libmagenta',
'libc-core'
]
[build]
build_system = 'cmake'
configure_args = [ '-DLAUNCH_STATIC=TRUE' ]
# vim: ft=toml