Life is pain

This commit is contained in:
Clownacy 2020-01-23 17:00:12 +00:00
parent e504f07650
commit 1b64bb71b7

View file

@ -73,6 +73,7 @@ before_install:
- 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++"