From 098d08d9cc7d308ee09f08991813342b6784839b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 28 May 2019 09:20:40 -0400 Subject: [PATCH] Enable cross builds for pkg-config on windows. --- etc/taskcluster/decision_task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 3a674caa9e5d..3d6ba9fbdb46 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -136,6 +136,7 @@ def mocked_only(): "GSTREAMER_1_0_ROOT_X86_64": "%HOMEDRIVE%%HOMEPATH%\\gst\\gstreamer\\1.0\\x86_64\\", }, "arm64": { + "PKG_CONFIG_ALLOW_CROSS": "1", # No GStreamer support for arm64 windows yet. }, "all": {