Closed hmelder closed 9 months ago
Would there be a simple way to also support cross-compiling on Windows using the respective VS environments e.g. by looking at the VSCMD_ARG_TGT_ARCH
env var instead of CMAKE_SYSTEM_PROCESSOR
? Not sure what’s the common CMake thing to do on Windows, but personally I would expect it to build for whatever VS environment I am using.
@compnerd Given the previous use of OR
instead of MATCHES
how should I move on with this?
Eh, I suppose that it is fine as is.
@swift-ci please test
Hmm, actually, is this still needed after #812?
Hmm, actually, is this still needed after https://github.com/apple/swift-corelibs-libdispatch/pull/812?
Nope
CMAKE_SYSTEM_PROCESSOR returns ARM64 and not aarch64 (cmake version 3.27.9).
systeminfo: