mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Isolate UWP builds from external gstreamers
This commit is contained in:
parent
43467e8d82
commit
c716d4662d
1 changed files with 4 additions and 0 deletions
|
@ -298,6 +298,10 @@ class MachCommands(CommandBase):
|
|||
env["GSTREAMER_1_0_ROOT_" + arch['gst']] = path.join(
|
||||
self.msvc_package_dir("gstreamer-uwp"), arch['gst_root']
|
||||
)
|
||||
env["PKG_CONFIG_PATH"] = path.join(
|
||||
self.msvc_package_dir("gstreamer-uwp"), arch['gst_root'],
|
||||
"lib", "pkgconfig"
|
||||
)
|
||||
|
||||
# Ensure that GStreamer libraries are accessible when linking.
|
||||
if 'windows' in target_triple:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue