From 03ae142d7257999b196593cf8bea77bdc2f50915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Fri, 31 Oct 2014 17:33:10 -0400 Subject: use a local version of mason instead of writing into ~/.mason fixes #526 --- configure | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8b82a72083..2b5ec80ca2 100755 --- a/configure +++ b/configure @@ -2,7 +2,6 @@ set -e set -o pipefail -shopt -s expand_aliases CONFIG_FILE=${1:-config.gypi} @@ -16,11 +15,7 @@ function finish { trap finish EXIT # Install mason -if [[ ! -d ~/.mason ]]; then - >&2 echo -e "\033[1m\033[32m* Installing Mason\033[0m" - git clone https://github.com/mapbox/mason.git ~/.mason -fi -alias mason='~/.mason/mason' +. ./scripts/local_mason.sh case ${MASON_PLATFORM} in 'ios') -- cgit v1.2.1