mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Use openssl dependency that works on arm64.
This commit is contained in:
parent
fdbb317d7a
commit
962a2a0afa
5 changed files with 17 additions and 17 deletions
|
@ -610,7 +610,7 @@ install them, let us know by filing a bug!")
|
|||
# Link openssl
|
||||
env["OPENSSL_INCLUDE_DIR"] = path.join(openssl_base_dir, "include")
|
||||
env["OPENSSL_LIB_DIR"] = path.join(openssl_base_dir, "lib")
|
||||
env["OPENSSL_LIBS"] = "libeay32:ssleay32"
|
||||
env["OPENSSL_LIBS"] = "libssl:libcrypto"
|
||||
# Link moztools, used for building SpiderMonkey
|
||||
env["MOZTOOLS_PATH"] = os.pathsep.join([
|
||||
path.join(package_dir("moztools"), "bin"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue