diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-31 17:33:10 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-31 17:33:10 -0400 |
commit | 03ae142d7257999b196593cf8bea77bdc2f50915 (patch) | |
tree | 8fe926343855679d8950103d78a334782a0651c8 /.gitmodules | |
parent | 16bd75c6ccc0340295d65e04728239a7eea693dd (diff) | |
download | qtlocation-mapboxgl-03ae142d7257999b196593cf8bea77bdc2f50915.tar.gz |
use a local version of mason instead of writing into ~/.mason
fixes #526
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 850e0c7e2b..e1831c3172 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "test/suite"] path = test/suite url = https://github.com/mapbox/mapbox-gl-test-suite.git +[submodule ".mason"] + path = .mason + url = https://github.com/mapbox/mason.git |