...Try again
This commit is contained in:
parent
91f71d4030
commit
e504f07650
1 changed files with 3 additions and 3 deletions
|
@ -72,8 +72,8 @@ before_install:
|
||||||
# Display build type
|
# Display build type
|
||||||
- echo $MAKE_BUILD_TYPE
|
- echo $MAKE_BUILD_TYPE
|
||||||
|
|
||||||
# Define CC and CXX
|
# Define CC and CXX
|
||||||
if ["$SIXTY_FOUR_BIT" == "true"
|
if ["$SIXTY_FOUR_BIT" == "true"]; then
|
||||||
export CC="x86_64-w64-mingw32-gcc"
|
export CC="x86_64-w64-mingw32-gcc"
|
||||||
export CXX="x86_64-w64-mingw32-g++"
|
export CXX="x86_64-w64-mingw32-g++"
|
||||||
else
|
else
|
||||||
|
@ -86,7 +86,7 @@ before_install:
|
||||||
if [ "$TRAVIS_OS_NAME" = "windows" ]; then
|
if [ "$TRAVIS_OS_NAME" = "windows" ]; then
|
||||||
export WINDRES="windres"
|
export WINDRES="windres"
|
||||||
else
|
else
|
||||||
if ["$SIXTY_FOUR_BIT" == "true"
|
if ["$SIXTY_FOUR_BIT" == "true" ]; then
|
||||||
export WINDRES="x86_64-w64-mingw32-windres"
|
export WINDRES="x86_64-w64-mingw32-windres"
|
||||||
else
|
else
|
||||||
export WINDRES="i686-w64-mingw32-windres"
|
export WINDRES="i686-w64-mingw32-windres"
|
||||||
|
|
Loading…
Add table
Reference in a new issue