Commit 3ea31663 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

widl: Add ARM64 support.

parent 99f722e2
......@@ -266,7 +266,8 @@ static void set_target( const char *target )
{ "sparc", SYS_WIN32 },
{ "alpha", SYS_WIN32 },
{ "powerpc", SYS_WIN32 },
{ "arm", SYS_WIN32 }
{ "arm", SYS_WIN32 },
{ "aarch64", SYS_WIN64 }
};
unsigned int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment