Skip to content

Commit

Permalink
Enable cross builds for pkg-config on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jun 7, 2019
1 parent ad112c1 commit 098d08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/taskcluster/decision_task.py
Expand Up @@ -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": {
Expand Down

0 comments on commit 098d08d

Please sign in to comment.