Open
Description
When building this repo with an -arch
parameter unspecified, the default value will be resolved from the architecture of the currently running process:
Line 14 in 5c53e8e
I use bash on Windows ARM which for the moment doesn't have a native arm64 build. For this reason, I always need to explicitly specify and -arch arm64
parameter to build the runtime using the native architecture. It would be really nice if we could configure the default build architecture using a dedicated environment variable.
EDIT See #104033 (comment) for a workaround.
cc @ViktorHofer