As promised, we can now build on Windows with Cygwin.

This commit is contained in:
Jordan Bancino 2022-10-14 19:53:11 -04:00
parent f7b947f6e3
commit e1827da071

View file

@ -51,7 +51,7 @@ fi
mod_time() { mod_time() {
if [ -n "$1" ] && [ -f "$1" ]; then if [ -n "$1" ] && [ -f "$1" ]; then
case "$(uname)" in case "$(uname)" in
Linux) Linux|CYGWIN_NT*)
stat -c %Y "$1" stat -c %Y "$1"
;; ;;
*BSD) *BSD)