diff --git a/tools/collect_mingw_runtime_dlls.py b/tools/collect_mingw_runtime_dlls.py index 8129ffd..908d0ee 100644 --- a/tools/collect_mingw_runtime_dlls.py +++ b/tools/collect_mingw_runtime_dlls.py @@ -31,6 +31,7 @@ def is_windows_system_dll(dll_name: str) -> bool: "COMDLG32.DLL", "GDI32.DLL", "KERNEL32.DLL", + "MSVCRT.DLL", "OLE32.DLL", "SHELL32.DLL", "USER32.DLL",