diff options
Diffstat (limited to 'python/servo/platform/base.py')
-rw-r--r-- | python/servo/platform/base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/servo/platform/base.py b/python/servo/platform/base.py index 8af3e2056eb..d3d03cf80ef 100644 --- a/python/servo/platform/base.py +++ b/python/servo/platform/base.py @@ -51,8 +51,6 @@ class Base: f"gst-plugin-scanner{self.executable_suffix()}", ) env["GST_PLUGIN_SYSTEM_PATH"] = os.path.join(gstreamer_root, "lib", "gstreamer-1.0") - if self.is_macos: - env["OPENSSL_INCLUDE_DIR"] = os.path.join(gstreamer_root, "Headers") # If we are not cross-compiling GStreamer must be installed for the system. In # the cross-compilation case, we might be picking it up from another directory. |