mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
@@ -6,7 +6,7 @@ set -u # error on undefined variables
|
||||
set -e # exit on first error
|
||||
|
||||
echo_run(){
|
||||
echo "\n$@"
|
||||
printf "\n$*"
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
||||
@@ -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