shithub: cstory

Download patch

ref: 1b64bb71b7d7a6e6035b005a25d4db53ee863562
parent: e504f076504dee358c83a118476062f70b64285c
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 12:00:12 EST 2020

Life is pain

--- a/.travis.yml
+++ b/.travis.yml
@@ -73,13 +73,14 @@
     - echo $MAKE_BUILD_TYPE
 
     # Define CC and CXX
-    if ["$SIXTY_FOUR_BIT" == "true"]; then
-      export CC="x86_64-w64-mingw32-gcc"
-      export CXX="x86_64-w64-mingw32-g++"
-    else
-      export CC="i686-w64-mingw32-gcc"
-      export CXX="i686-w64-mingw32-g++"
-    fi
+    - |
+      if ["$SIXTY_FOUR_BIT" == "true"]; then
+        export CC="x86_64-w64-mingw32-gcc"
+        export CXX="x86_64-w64-mingw32-g++"
+      else
+        export CC="i686-w64-mingw32-gcc"
+        export CXX="i686-w64-mingw32-g++"
+      fi
 
     # Define WINDRES
     - |