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

18 lines
207 B
TOML
Raw Normal View History

[seed]
name = 'libc-pthread'
[dependency]
no_standard_dependencies = true
seeds = [
'libmagenta',
'libc-io'
]
[build]
build_system = 'cmake'
configure_args = [
'-DPTHREAD_STATIC=TRUE'
]
# vim: ft=toml