From 9be593bf0dfa0c6701f0826bfbed0e37d4f357a8 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 5 Apr 2022 17:34:40 -0400 Subject: [PATCH] recipe/bld.bat: work around Rust 1.57 build issue As of Rust 1.57, we need to make sure to link to bcrypt.lib: https://github.com/rust-lang/rust/issues/91974 --- recipe/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index 1002a4b..65a6b04 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -23,7 +23,7 @@ set ^"LIBRSVG_OPTIONS=^ BINDIR="%BUILD_PREFIX%\Library\bin" ^ INTROSPECTION=1 ^ RUSTUP=echo ^ - LIBINTL_LIB="intl.lib iconv.lib advapi32.lib" ^ + LIBINTL_LIB="intl.lib iconv.lib advapi32.lib bcrypt.lib" ^ ^" :: configure files