vcpkg_from_git: fix function signature on non windows platforms

This commit is contained in:
Marc Boucek 2020-03-20 09:11:08 +01:00
parent 377ce3fae1
commit 0d608ee591

View File

@ -313,7 +313,7 @@ namespace vcpkg
}
#else
Environment System::get_modified_clean_environment(const std::unordered_map<std::string, std::string>&,
const std::string&)
const std::string&, const std::string&)
{
return {};
}