17 lines
238 B
TOML
17 lines
238 B
TOML
|
|
[seed]
|
||
|
|
name = 'libfs-static'
|
||
|
|
|
||
|
|
[dependency]
|
||
|
|
no_standard_dependencies = true
|
||
|
|
seeds = [
|
||
|
|
'libxpc-static',
|
||
|
|
'liblaunch-static',
|
||
|
|
'librosetta-interface'
|
||
|
|
]
|
||
|
|
|
||
|
|
[build]
|
||
|
|
build_system = 'cmake'
|
||
|
|
configure_args = [ '-DFS_STATIC=TRUE' ]
|
||
|
|
|
||
|
|
# vim: ft=toml
|