summaryrefslogtreecommitdiffstats
path: root/contrib/libvpx/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libvpx/module.defs')
-rw-r--r--contrib/libvpx/module.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libvpx/module.defs b/contrib/libvpx/module.defs
index 07d2ec0cf..e3c1809ea 100644
--- a/contrib/libvpx/module.defs
+++ b/contrib/libvpx/module.defs
@@ -25,6 +25,8 @@ ifeq (1,$(HOST.cross))
LIBVPX.CONFIGURE.extra += --target=x86-win32-gcc
else ifeq (x86_64,$(HOST.machine))
LIBVPX.CONFIGURE.extra += --target=x86_64-win64-gcc
+ else ifeq (aarch64,$(HOST.machine))
+ LIBVPX.CONFIGURE.extra += --target=arm64-win64-gcc
endif
endif