Add Cygwin build

This commit is contained in:
John Cowan 2019-08-28 11:52:00 +03:00 committed by Lassi Kortela
parent fc5df2c2a7
commit 3b4d31db85
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#!/bin/sh
set -eu
os="$(uname | tr A-Z- a-z_)"
case $os in
cygwin*)
os=linux
;;
esac
o_files=""
o_files="$o_files algo_color.o"
o_files="$o_files argcount.o"