summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2023-03-29 11:56:56 -0700
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2023-03-29 12:16:59 -0700
commit188aa9d5f9872889be48643734464fe171e7fd1d (patch)
treecc73151b232f10c0121eb7a4ccb07ca45009753c
parent2cad02acc1cc0ac827ccbcdf1a7379ff9fb4b18f (diff)
Update verify-static-libraries.pyv0.10.0
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.
-rwxr-xr-xtests/verify-static-libraries.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/verify-static-libraries.py b/tests/verify-static-libraries.py
index 0985262..8f82130 100755
--- a/tests/verify-static-libraries.py
+++ b/tests/verify-static-libraries.py
@@ -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"