From 95d2e4d02b7c0364d29497cb4bc89ede459e7377 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Sat, 23 Jun 2018 19:00:10 +0200 Subject: [PATCH] Revert "update mac install (#51)" (#58) --- .travis.yml | 6 +----- Support/INSTALL_mac.md | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92a0ff890..535497614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,7 @@ addons: before_install: # Packages for OSX - - | - if [ $TRAVIS_OS_NAME = osx ]; then - brew install mingw-w64; - ln -s /usr/local/Cellar/mingw-w64/5.0.4/toolchain-x86_64/bin/x86_64-w64-mingw32-windres /usr/local/bin/; - fi + - if [ $TRAVIS_OS_NAME = osx ]; then brew install mingw-w64; fi before_script: - touch storm.dll diff --git a/Support/INSTALL_mac.md b/Support/INSTALL_mac.md index 6b8228f67..ef2d34d2d 100644 --- a/Support/INSTALL_mac.md +++ b/Support/INSTALL_mac.md @@ -7,7 +7,6 @@ ```bash brew install wine brew install mingw-w64 -ln -s /usr/local/Cellar/mingw-w64/5.0.4/toolchain-x86_64/bin/x86_64-w64-mingw32-windres /usr/local/bin/windres ``` ## Building