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

14 lines
170 B
TOML
Raw Normal View History

[seed]
name = 'libc-runtime'
[dependency]
no_standard_dependencies = true
[build]
build_system = 'cmake'
configure_args = [
'-DLIBC_STANDALONE=TRUE'
]
# vim: ft=toml