Skip to content

Commit 1350e25

Browse files
Ookiinekonagisa
Ookiineko
authored andcommitted
use MinGW implementation on Cygwin
Signed-off-by: Ookiineko <[email protected]>
1 parent 9a52970 commit 1350e25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psm/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ fn find_assembly(
2424
Some(("src/arch/x86_64_windows_gnu.s", false))
2525
}
2626
}
27+
("x86_64", _, "cygwin", _) => {
28+
Some(("src/arch/x86_64_windows_gnu.s", false))
29+
}
2730
("arm", _, "windows", "msvc") => Some(("src/arch/arm_armasm.asm", false)),
2831
("aarch64", _, "windows", _) => {
2932
if masm {

0 commit comments

Comments
 (0)