Commit b6e1e4d3 authored by nanahira's avatar nanahira

fix

parent 94ccb943
...@@ -22,7 +22,7 @@ before_install: ...@@ -22,7 +22,7 @@ before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update; brew update;
brew install freetype libevent sqlite dylibbundler; brew install freetype libevent sqlite dylibbundler p7zip;
sudo rm -rf /usr/local/include/unistring; sudo rm -rf /usr/local/include/unistring;
sudo rm -rf /usr/local/include/lzma; sudo rm -rf /usr/local/include/lzma;
sudo rm -f /usr/local/include/CGAL/stddef.h; fi sudo rm -f /usr/local/include/CGAL/stddef.h; fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment