Browse Source

Revert "update mac install (#51)" (#58)

pull/4/head
Adam Stachowicz 8 years ago committed by galaxyhaxz
parent
commit
95d2e4d02b
  1. 6
      .travis.yml
  2. 1
      Support/INSTALL_mac.md

6
.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

1
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

Loading…
Cancel
Save