ref: e504f076504dee358c83a118476062f70b64285c
parent: 91f71d4030a1b1e7835a9589bd66454dedf406ec
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 11:59:20 EST 2020
...Try again
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,8 +72,8 @@
# Display build type
- echo $MAKE_BUILD_TYPE
- # Define CC and CXX
- if ["$SIXTY_FOUR_BIT" == "true"
+ # 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
@@ -86,7 +86,7 @@
if [ "$TRAVIS_OS_NAME" = "windows" ]; then
export WINDRES="windres"
else
- if ["$SIXTY_FOUR_BIT" == "true"
+ if ["$SIXTY_FOUR_BIT" == "true" ]; then
export WINDRES="x86_64-w64-mingw32-windres"
else
export WINDRES="i686-w64-mingw32-windres"