Browse Source

make-release: Add crypt32.dll to OS-provided library list

Luke Dashjr 8 years ago
parent
commit
7b4a2b9759
1 changed files with 1 additions and 0 deletions
  1. 1 0
      make-release

+ 1 - 0
make-release

@@ -126,6 +126,7 @@ for build in "${builds[@]}"; do
 		my @todo = map { chomp; $_ } <STDIN>;
 		my @todo = map { chomp; $_ } <STDIN>;
 		my %have = map { lc $_=>undef } (@todo, qw(
 		my %have = map { lc $_=>undef } (@todo, qw(
 			advapi32.dll
 			advapi32.dll
+			crypt32.dll
 			imagehlp.dll
 			imagehlp.dll
 			kernel32.dll
 			kernel32.dll
 			msvcrt.dll
 			msvcrt.dll