mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-09 06:23:25 +00:00
Add Mingw build support for build.sh
This commit is contained in:
@@ -94,6 +94,9 @@ case $uos in
|
||||
myos="haiku"
|
||||
LINK_FLAGS="$LINK_FLAGS -lroot -lnetwork"
|
||||
;;
|
||||
*mingw* )
|
||||
myos="windows"
|
||||
;;
|
||||
*)
|
||||
echo 2>&1 "Error: unknown operating system: $uos"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user