mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 18:34:43 +00:00
detect msys "os"
This commit is contained in:
@@ -119,7 +119,7 @@ case $uos in
|
||||
myos="haiku"
|
||||
LINK_FLAGS="$LINK_FLAGS -lroot -lnetwork"
|
||||
;;
|
||||
*mingw* )
|
||||
*mingw* | *msys* )
|
||||
myos="windows"
|
||||
;;
|
||||
*android* )
|
||||
|
||||
Reference in New Issue
Block a user