mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Makefile.vc: add ARM64 support
This enables the executables and the correct flags, it's a full desktop platform. This is different from the old Windows mobile ARM target. Change-Id: I610d1579e5dac7b0a6a50ab9194a5f1fef2fc907
This commit is contained in:
parent
5efd6300dc
commit
f99305e9e5
@ -12,6 +12,8 @@ LIBSHARPYUV_BASENAME = libsharpyuv
|
|||||||
ARCH = x86
|
ARCH = x86
|
||||||
!ELSE IF ! [ cl 2>&1 | find "x64" > NUL ]
|
!ELSE IF ! [ cl 2>&1 | find "x64" > NUL ]
|
||||||
ARCH = x64
|
ARCH = x64
|
||||||
|
!ELSE IF ! [ cl 2>&1 | find "ARM64" > NUL ]
|
||||||
|
ARCH = ARM64
|
||||||
!ELSE IF ! [ cl 2>&1 | find "ARM" > NUL ]
|
!ELSE IF ! [ cl 2>&1 | find "ARM" > NUL ]
|
||||||
ARCH = ARM
|
ARCH = ARM
|
||||||
!ELSE
|
!ELSE
|
||||||
|
Loading…
Reference in New Issue
Block a user