1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

vendor in openssl on macos

This commit is contained in:
Wez Furlong 2019-06-22 14:15:21 -07:00
parent 4c6768fd2b
commit 3ba62a8a1c

View File

@ -65,6 +65,9 @@ path = "deps/fontconfig"
optional = true
version = "0.10"
[target.'cfg(target_os = "macos")'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
[target.'cfg(not(windows))'.dependencies]
openssl = "0.10"