mirror of https://github.com/libsdl-org/SDL
The SDL3 MSVC SDK does not provide ARM64EC binaries
(X64 is compatible)
This commit is contained in:
parent
9c7c0646c9
commit
2b8ebf08d1
|
@ -52,6 +52,6 @@ SDL_DetectTargetCPUArchitectures(_detected_archs)
|
||||||
|
|
||||||
# check that the installed version has a compatible architecture as the one which is currently searching:
|
# check that the installed version has a compatible architecture as the one which is currently searching:
|
||||||
if(NOT(SDL_CPU_X86 OR SDL_CPU_X64 OR SDL_CPU_ARM64 OR SDL_CPU_ARM64EC))
|
if(NOT(SDL_CPU_X86 OR SDL_CPU_X64 OR SDL_CPU_ARM64 OR SDL_CPU_ARM64EC))
|
||||||
set(PACKAGE_VERSION "${PACKAGE_VERSION} (X86,X64,ARM64,ARM64EC)")
|
set(PACKAGE_VERSION "${PACKAGE_VERSION} (X86,X64,ARM64)")
|
||||||
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue