aboutsummaryrefslogtreecommitdiff
path: root/auto/lib/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/openssl')
-rw-r--r--auto/lib/openssl/make4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/openssl/make b/auto/lib/openssl/make
index a7e9369e7..f8480146d 100644
--- a/auto/lib/openssl/make
+++ b/auto/lib/openssl/make
@@ -13,6 +13,10 @@ case "$CC" in
OPENSSL_TARGET=VC-WIN64A
;;
+ arm64)
+ OPENSSL_TARGET=VC-WIN64-ARM
+ ;;
+
*)
OPENSSL_TARGET=VC-WIN32
;;