Skip to content

Commit 24d0c1c

Browse files
committed
chore: add wildcard to match on for windows
1 parent 940ed03 commit 24d0c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile_to_native.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ case "$OS" in
119119
;;
120120
esac
121121
;;
122-
"MINGW64_NT"|"CYGWIN_NT"|"Windows")
122+
MINGW64_NT-*|CYGWIN_NT-*|"Windows")
123123
TARGET_NAME="x86_64-pc-windows-gnu"
124124
STATIC_LIB_NAME="lib${LIB_NAME}.a"
125125
DYNAMIC_LIB_NAME="${LIB_NAME}.dll"

0 commit comments

Comments
 (0)