Bug 1480553 - part 2 - add a case for aarch64* when setting MIDL_FLAGS; r=glandium

This commit is contained in:
Nathan Froyd 2018-08-02 21:40:40 -04:00
parent 868f4fb506
commit 60ba63041d

View File

@ -274,6 +274,9 @@ case "$target" in
x86_64-*)
MIDL_FLAGS="${MIDL_FLAGS} -env x64"
;;
aarch64-*)
MIDL_FLAGS="${MIDL_FLAGS} -env arm64"
;;
esac
unset _MSVC_VER_FILTER