From: Doug Coleman Date: Sat, 29 Dec 2018 22:29:40 +0000 (-0600) Subject: build.sh: Add the correct travis platform. X-Git-Tag: 0.99~3992 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=382e43889bd41c9aa86160aaa430a54e0cf2495a build.sh: Add the correct travis platform. --- diff --git a/build.sh b/build.sh index 8189e8f94e..c2a5beda03 100755 --- a/build.sh +++ b/build.sh @@ -250,7 +250,7 @@ find_os() { *CYGWIN_NT*) OS=windows;; *CYGWIN*) OS=windows;; MINGW32*) OS=windows;; - x86_64-pc-windows-msvc) OS=windows;; + MSYS_NT*) OS=windows;; *darwin*) OS=macosx;; *Darwin*) OS=macosx;; *linux*) OS=linux;;