From 1c60325242d010dd6222799c18d28daf57435a24 Mon Sep 17 00:00:00 2001 From: Pavle Date: Tue, 7 Nov 2023 16:37:49 +0100 Subject: [PATCH] chore(build): add missing platform to buildwin #4230 --- buildwin.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildwin.ps1 b/buildwin.ps1 index c829c906b..a7646626b 100644 --- a/buildwin.ps1 +++ b/buildwin.ps1 @@ -8,7 +8,7 @@ # [-action build | rebuild | clean] # [-linkmode shared | static_mt | static_md | all] # [-config release | debug | both] -# [-platform Win32 | x64 | WinCE | WEC2013] +# [-platform Win32 | x64 | ARM64 | WinCE | WEC2013] # [-samples] # [-tests] # [-omit "Lib1X,LibY,LibZ,..."]