This commit is contained in:
nikitamikhaylov 2020-12-17 23:54:48 +03:00
parent faee2b30bd
commit b04a7e8212

View File

@ -180,6 +180,8 @@ int mainEntryClickHouseInstall(int argc, char ** argv)
/// TODO An option to link instead of copy - useful for developers. /// TODO An option to link instead of copy - useful for developers.
std::cout << options["prefix"].as<std::string>() << std::endl;
fs::path prefix = fs::path(options["prefix"].as<std::string>()); fs::path prefix = fs::path(options["prefix"].as<std::string>());
fs::path bin_dir = prefix / fs::path(options["binary-path"].as<std::string>()); fs::path bin_dir = prefix / fs::path(options["binary-path"].as<std::string>());