diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-08-25 20:54:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-08-29 17:18:19 +0300 |
commit | 6613fbc2a3fc96b491b6691145c72c5a9550dc84 (patch) | |
tree | bb1116efb5b475608458038240a4ba80e32b99af /mod/module.cli | |
parent | 340cf0935a199240f6daaab8a347e22172f4d15b (diff) |
Add target to build configuration id
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; |