mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Remove some stray references to OpenSSL (#30710)
These were left over from the change to use rustls.
This commit is contained in:
parent
149c322639
commit
c529bfa49e
3 changed files with 1 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue