Skip to content

Commit c716d46

Browse files
committed
Isolate UWP builds from external gstreamers
1 parent 43467e8 commit c716d46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/servo/build_commands.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ def build(self, release=False, dev=False, jobs=None, params=None,
298298
env["GSTREAMER_1_0_ROOT_" + arch['gst']] = path.join(
299299
self.msvc_package_dir("gstreamer-uwp"), arch['gst_root']
300300
)
301+
env["PKG_CONFIG_PATH"] = path.join(
302+
self.msvc_package_dir("gstreamer-uwp"), arch['gst_root'],
303+
"lib", "pkgconfig"
304+
)
301305

302306
# Ensure that GStreamer libraries are accessible when linking.
303307
if 'windows' in target_triple:

0 commit comments

Comments
 (0)