From 53e89a2007b35bc0637b398fce63e1e775bef453 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 18 Jun 2018 12:01:30 -0400 Subject: [PATCH] contrib: Set libvpx target to minimum system version we support on macOS. --- contrib/libvpx/module.defs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/libvpx/module.defs b/contrib/libvpx/module.defs index 4650307cf..f9b38a886 100644 --- a/contrib/libvpx/module.defs +++ b/contrib/libvpx/module.defs @@ -33,3 +33,9 @@ ifeq (linux,$(BUILD.system)) LIBVPX.CONFIGURE.extra += --enable-pic endif endif + +ifeq (0-darwin,$(BUILD.cross)-$(BUILD.system)) + ifeq (x86_64,$(BUILD.machine)) + LIBVPX.CONFIGURE.extra += --target=x86_64-darwin14-gcc + endif +endif -- 2.40.0