Skip to content

Commit

Permalink
L-Acoustics policy: Always force downloaded binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-calmejane committed Apr 5, 2022
1 parent be17f83 commit c502d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ namespace vcpkg
return false;
}
// If the VCPKG_FORCE_DOWNLOADED_BINARIES env var is set, it takes precedence
if (get_environment_variable("VCPKG_FORCE_DOWNLOADED_BINARIES").has_value())
//if (get_environment_variable("VCPKG_FORCE_DOWNLOADED_BINARIES").has_value())
{
return true;
}
Expand Down

0 comments on commit c502d13

Please sign in to comment.