diff options
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 9be65832c8e..5914edb53cf 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -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: |