Closed
Description
When doing an android-x86 build on an osx-arm64 machine, during ./build.sh --os android -arch x86
, we end up here during the System.Native build
runtime/eng/native/tryrun.cmake
Line 90 in f83580d
This is the else
case for
runtime/eng/native/tryrun.cmake
Lines 50 to 51 in f83580d
This seems wrong - DARWIN
is the host machine (osx-arm64), arm64|x64
is checking the target architecture