summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorvaltron <valtron2000@gmail.com>2018-10-01 10:30:52 -0600
committervaltron <valtron2000@gmail.com>2018-10-01 10:30:52 -0600
commit78078ea6b46868c5a66f409cf5b3c7ed8ec4c268 (patch)
tree3d64a6cb4f010606fcd48abd0fc7b73fc7a58362 /tools
parent9db92530de15b75ac2e1a7dcfe8a6f46513d2ffa (diff)
downloadNim-78078ea6b46868c5a66f409cf5b3c7ed8ec4c268.tar.gz
detect msys "os"
Diffstat (limited to 'tools')
-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* )