mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:12:47 +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
|
#else
|
||||||
Environment System::get_modified_clean_environment(const std::unordered_map<std::string, std::string>&,
|
Environment System::get_modified_clean_environment(const std::unordered_map<std::string, std::string>&,
|
||||||
const std::string&)
|
const std::string&, const std::string&)
|
||||||
{
|
{
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user