mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
vcpkg_from_git: fix function signature on non windows platforms
This commit is contained in:
parent
377ce3fae1
commit
0d608ee591
@ -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 {};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user