shithub: cstory

Download patch

ref: a20b906257f661b4c7efe465718b281c9678805d
parent: d4214e6dc97edadd9f11e28cb90496a0a091bb20
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 11:38:51 EST 2020

Fix some stupid error that was caused by...

...literally nothing

--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,8 @@
             export msys2+=" -msys2 -c "\"\$@"\" --"
             $msys2 pacman --sync --noconfirm --needed make mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain
             taskkill //IM gpg-agent.exe //F  # https://travis-ci.community/t/4967
+            export PATH=/C/tools/msys64/mingw64/bin:$PATH
+            export MAKE=mingw32-make  # so that Autotools can find it
             ;;
         esac