diff options
author | valtron <valtron2000@gmail.com> | 2018-10-01 10:30:52 -0600 |
---|---|---|
committer | valtron <valtron2000@gmail.com> | 2018-10-01 10:30:52 -0600 |
commit | 78078ea6b46868c5a66f409cf5b3c7ed8ec4c268 (patch) | |
tree | 3d64a6cb4f010606fcd48abd0fc7b73fc7a58362 /tools | |
parent | 9db92530de15b75ac2e1a7dcfe8a6f46513d2ffa (diff) | |
download | Nim-78078ea6b46868c5a66f409cf5b3c7ed8ec4c268.tar.gz |
detect msys "os"
Diffstat (limited to 'tools')
-rw-r--r-- | tools/niminst/buildsh.tmpl | 2 |
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* ) |