[vcpkg] Don't require native tools on arm64 macOS (#15045)

This commit is contained in:
Owen Rudge 2020-12-12 01:42:38 +00:00 committed by GitHub
parent a9df4e2a81
commit 7f328aa390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ int main(const int argc, const char* const* const argv)
load_config(fs);
#if (defined(__aarch64__) || defined(__arm__) || defined(__s390x__) || defined(_M_ARM) || defined(_M_ARM64)) && \
!defined(_WIN32)
!defined(_WIN32) && !defined(__APPLE__)
if (!System::get_environment_variable("VCPKG_FORCE_SYSTEM_BINARIES").has_value())
{
Checks::exit_with_message(