Life is pain
This commit is contained in:
parent
e504f07650
commit
1b64bb71b7
1 changed files with 8 additions and 7 deletions
15
.travis.yml
15
.travis.yml
|
@ -73,13 +73,14 @@ before_install:
|
||||||
- echo $MAKE_BUILD_TYPE
|
- echo $MAKE_BUILD_TYPE
|
||||||
|
|
||||||
# Define CC and CXX
|
# Define CC and CXX
|
||||||
if ["$SIXTY_FOUR_BIT" == "true"]; then
|
- |
|
||||||
export CC="x86_64-w64-mingw32-gcc"
|
if ["$SIXTY_FOUR_BIT" == "true"]; then
|
||||||
export CXX="x86_64-w64-mingw32-g++"
|
export CC="x86_64-w64-mingw32-gcc"
|
||||||
else
|
export CXX="x86_64-w64-mingw32-g++"
|
||||||
export CC="i686-w64-mingw32-gcc"
|
else
|
||||||
export CXX="i686-w64-mingw32-g++"
|
export CC="i686-w64-mingw32-gcc"
|
||||||
fi
|
export CXX="i686-w64-mingw32-g++"
|
||||||
|
fi
|
||||||
|
|
||||||
# Define WINDRES
|
# Define WINDRES
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Add table
Reference in a new issue