Skip to content

Commit

Permalink
minicargo - (minor) Fix phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Sep 28, 2023
1 parent b57ddbf commit 277d731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minicargo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ ifeq ($(RUSTC_VERSION),1.19.0)
USE_MERGED_BUILD=0
else ifeq ($(RUSTC_VERSION),1.29.0)
# Diabled due to linking issues
# - libssh uses an openssl feature that isn't compiled, see openssl-src/src/lib.rs:106
# - But if that feature is complied, then libcurl doesn't compile :(
# - libssh uses an openssl feature that isn't enabled ("engines"), see openssl-src/src/lib.rs:106
# - But if that feature is enabled, then libcurl doesn't compile :(
#MINICARGO_FLAGS_$(OUTDIR)cargo := --features vendored-openssl
#CARGO_ENV_VARS += LIBCURL_NO_PKG_CONFIG=1
RUSTC_OUT_BIN := rustc_binary
Expand Down

0 comments on commit 277d731

Please sign in to comment.