From e488eca732bf0ffe26d81a5530de922af788fc94 Mon Sep 17 00:00:00 2001 From: Tanner Donovan Date: Sat, 23 Jun 2018 07:02:18 -0700 Subject: [PATCH] update mac install (#51) --- .travis.yml | 6 +++++- Support/INSTALL_mac.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 535497614..92a0ff890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,11 @@ addons: before_install: # Packages for OSX - - if [ $TRAVIS_OS_NAME = osx ]; then brew install mingw-w64; fi + - | + 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 before_script: - touch storm.dll diff --git a/Support/INSTALL_mac.md b/Support/INSTALL_mac.md index ef2d34d2d..6b8228f67 100644 --- a/Support/INSTALL_mac.md +++ b/Support/INSTALL_mac.md @@ -7,6 +7,7 @@ ```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