aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/base.py
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-11-09 10:17:19 +0100
committerGitHub <noreply@github.com>2023-11-09 09:17:19 +0000
commitc529bfa49e7fa9e3004dacf278b3e90b0be373b4 (patch)
tree1aa0446f43d57e12e4d3c64d50561cb80d1bcd97 /python/servo/platform/base.py
parent149c322639fcc2cd04300c9ec5166fac1edc11fc (diff)
downloadservo-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.py2
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.