Skip to content

Commit

Permalink
Update verify-static-libraries.py
Browse files Browse the repository at this point in the history
The list I'm updating to happens to already match what's in
Makefile.Windows and tests/CMakeLists.txt; it seems the test has drifted
out of sync.
  • Loading branch information
jsha committed Mar 29, 2023
1 parent 2cad02a commit 188aa9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/verify-static-libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def main():
elif sys.platform.startswith("win32"):
want = (
"advapi32.lib credui.lib kernel32.lib secur32.lib "
"legacy_stdio_definitions.lib "
"kernel32.lib advapi32.lib userenv.lib "
"kernel32.lib kernel32.lib ws2_32.lib bcrypt.lib msvcrt.lib "
"legacy_stdio_definitions.lib"
Expand Down

0 comments on commit 188aa9d

Please sign in to comment.