summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 18:03:23 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 18:03:23 -0400
commitce1e151831ce7de7d3d4c4b19d58667504d716c1 (patch)
tree6b36e2e252e91039631cc1b9b8535657167aba68 /configure
parentb2032103f2fc8567d623a311ff612853d8bce048 (diff)
parentec42892f5c43ec69588c66ea3524bc7f5753619b (diff)
downloadqtlocation-mapboxgl-ce1e151831ce7de7d3d4c4b19d58667504d716c1.tar.gz
Merge branch 'local-mason'
Conflicts: .gitmodules styles
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
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')