summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tools/niminst/buildsh.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/niminst/buildsh.tmpl b/tools/niminst/buildsh.tmpl
index be6d43754..f0f72888a 100644
--- a/tools/niminst/buildsh.tmpl
+++ b/tools/niminst/buildsh.tmpl
@@ -119,7 +119,7 @@ case $uos in
     myos="haiku"
     LINK_FLAGS="$LINK_FLAGS -lroot -lnetwork"
     ;;
-  *mingw* )
+  *mingw* | *msys* )
     myos="windows"
     ;;
   *android* )