From 3fa1a8c60f74ad70899b7d3081ef534e6e053fcb Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 21 Oct 2021 11:37:55 +0200 Subject: proj: stop building for arm32 This does not remove 32-bit ARM compilation support out of the project yet. Shipping of 32-bit ARM drivers became a real challenge: - Microsoft changed policy to prohibit EV-signed drivers - Attestation signing is not supported for this platform - Setting up Windows 8 ARM HCK to get WHQL certification requires a lot of effort if doable in 2021 at all. Signed-off-by: Simon Rozman --- wireguard-nt.proj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wireguard-nt.proj') diff --git a/wireguard-nt.proj b/wireguard-nt.proj index f809e53..e66f34f 100644 --- a/wireguard-nt.proj +++ b/wireguard-nt.proj @@ -15,8 +15,8 @@ - - + + @@ -77,7 +77,6 @@ - -- cgit v1.2.3-59-g8ed1b