diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-10-01 17:42:46 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-10-02 00:05:16 -0700 |
commit | c716d4662dc56021316215adc2f1cee9c4fc589a (patch) | |
tree | f8a969d4cb5d105ece12b7efed64072f5b2e0377 /python/servo/build_commands.py | |
parent | 43467e8d8216710bad2b787de0dd7ca87d8dd840 (diff) | |
download | servo-c716d4662dc56021316215adc2f1cee9c4fc589a.tar.gz servo-c716d4662dc56021316215adc2f1cee9c4fc589a.zip |
Isolate UWP builds from external gstreamers
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: |