Files
rosetta/lib/libc/exec/libc-exec.seed
T

19 lines
209 B
TOML
Raw Normal View History

[seed]
name = 'libc-exec'
[dependency]
seeds = [
'libc-core',
'libc-io',
'libmagenta',
'liblaunch-static',
]
[build]
build_system = 'cmake'
configure_args = [
'-DLIBC_STANDALONE=TRUE'
]
# vim: ft=toml