Skip to content

Commit 188aa9d

Browse files
committed
Update verify-static-libraries.py
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.
1 parent 2cad02a commit 188aa9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/verify-static-libraries.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def main():
2020
elif sys.platform.startswith("win32"):
2121
want = (
2222
"advapi32.lib credui.lib kernel32.lib secur32.lib "
23+
"legacy_stdio_definitions.lib "
2324
"kernel32.lib advapi32.lib userenv.lib "
2425
"kernel32.lib kernel32.lib ws2_32.lib bcrypt.lib msvcrt.lib "
2526
"legacy_stdio_definitions.lib"

0 commit comments

Comments
 (0)