Skip to content

Commit bca7d94

Browse files
committed
Add _zstd to expected modules on Windows
1 parent cff40b2 commit bca7d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/validation.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,8 @@ const GLOBAL_EXTENSIONS_WINDOWS: &[&str] = &[
803803
"winsound",
804804
];
805805

806-
const GLOBAL_EXTENSIONS_WINDOWS_3_14: &[&str] = &["_wmi"];
806+
// TODO(zanieb): Move `_zstd` to non-Windows specific once we add support on Unix.
807+
const GLOBAL_EXTENSIONS_WINDOWS_3_14: &[&str] = &["_wmi", "_zstd"];
807808

808809
const GLOBAL_EXTENSIONS_WINDOWS_PRE_3_13: &[&str] = &["_msi"];
809810

0 commit comments

Comments
 (0)