diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-11-09 10:17:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 09:17:19 +0000 |
commit | c529bfa49e7fa9e3004dacf278b3e90b0be373b4 (patch) | |
tree | 1aa0446f43d57e12e4d3c64d50561cb80d1bcd97 /python/servo/platform/base.py | |
parent | 149c322639fcc2cd04300c9ec5166fac1edc11fc (diff) | |
download | servo-c529bfa49e7fa9e3004dacf278b3e90b0be373b4.tar.gz servo-c529bfa49e7fa9e3004dacf278b3e90b0be373b4.zip |
Remove some stray references to OpenSSL (#30710)
These were left over from the change to use rustls.
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. |