diff options
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/module.cli b/mod/module.cli index bd61873..3ac8b30 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -769,6 +769,10 @@ namespace brep // string configuration | cf; + // Package build target. + // + string target | tg; + // Toolchain name. // string toolchain_name | tn; |