head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.18.14.56.36; author ktnb; state Exp; branches; next ; commitid DEO1DSKNmV0w3sCG; desc @@ 1.1 log @wezterm: added Darwin support @ text @$NetBSD$ Don't use vendored OpenSSL on Darwin --- async_ossl/Cargo.toml.orig 2026-01-17 15:44:28.000000000 +0000 +++ async_ossl/Cargo.toml @@@@ -11,9 +11,9 @@@@ publish = false [dependencies] async-io.workspace = true -[target.'cfg(not(any(windows, target_os="macos")))'.dependencies] +[target.'cfg(not(windows))'.dependencies] openssl.workspace = true -[target.'cfg(any(windows, target_os="macos"))'.dependencies] +[target.'cfg(windows)'.dependencies] openssl = { workspace = true, features=["vendored"] } @