Skip to content

fobos intrinsic rules get

Stefano Zaghi edited this page Mar 12, 2015 · 1 revision

This intrinsic rule can be used to get any options defined into the fobos file, e.g.

FoBiS.py rule -get build_dir

will get the definition (if any) of the output building directory. The actual fobos mode can also be specified, e.g.

FoBiS.py rule -mode static -get build_dir

The actual fobos file can also be specified, e.g.

FoBiS.py rule -f my_fobos -get build_dir
Clone this wiki locally