Skip to content
Snippets Groups Projects
Commit b291c99e authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Pass -m64 to widl when building for aarch64

(cherry picked from commit 2f3715de)
parent 944ea27b
No related branches found
No related tags found
Loading
......@@ -123,7 +123,7 @@ AS_IF([test "${SYS}" = "mingw32"],[
AC_CHECK_TOOL(WIDL, [widl], no)
case "${host}" in
amd64*|x86_64*)
amd64*|x86_64*|aarch64*)
WIDLFLAGS=" -m64"
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment