diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-04 00:47:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 48ad8c87fd6cc901a4616f3ef02e7f163459a4c5 (patch) | |
tree | 9a56cea822d74e4d0772482e48bb561272de706c /include | |
parent | 3374901c0392a561bc107287bbf5ad54f52c9d71 (diff) |
Add --bundle-install option to reduce distributable package size
* Downloads libraries from internet if they are missing from the system
* Libraries are shared among all sibs projects as long as they use same
library versions
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index d23c655..17ecc6b 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -503,6 +503,7 @@ namespace sibs bool zigTestAllFiles; bool packaging; bool bundling; + std::string version; protected: virtual void processObject(StringView name) override; virtual void processField(StringView name, const ConfigValue &value) override; |