From 48ad8c87fd6cc901a4616f3ef02e7f163459a4c5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 4 Oct 2018 00:47:48 +0200 Subject: 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 --- include/Conf.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3