Skip to content

Commit

Permalink
use mason @ mapbox/mason@ab39e33
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 2, 2017
1 parent dfccab9 commit e89d798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_mason.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -o pipefail

if [ ! -d ./mason ]; then
mkdir ./mason
curl -sSfL https://github.com/mapbox/mason/archive/v0.7.0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
# TODO use v0.8.0 tag
curl -sSfL https://github.com/mapbox/mason/archive/ab39e33.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
./mason/mason install boost 1.63.0
./mason/mason link boost 1.63.0
./mason/mason install freetype 2.7.1
Expand Down

0 comments on commit e89d798

Please sign in to comment.