Skip to content

Commit

Permalink
recipe/bld.bat: work around Rust 1.57 build issue
Browse files Browse the repository at this point in the history
As of Rust 1.57, we need to make sure to link to bcrypt.lib:

rust-lang/rust#91974
  • Loading branch information
pkgw committed Apr 5, 2022
1 parent 7b632f3 commit 9be593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9be593b

Please sign in to comment.