Skip to content

Commit eb871eb

Browse files
500-internal-server-errortgross35
authored andcommitted
Fix test for cygwin
1 parent d58c1f4 commit eb871eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ cfg_if! {
402402
target_os = "android",
403403
target_os = "openbsd",
404404
target_os = "netbsd",
405+
target_os = "cygwin",
405406
))] {
406407
pub const FNM_NOESCAPE: c_int = 1 << 0;
407408
} else if #[cfg(target_os = "nto")] {

0 commit comments

Comments
 (0)