diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-04-11 10:46:37 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-04-11 10:46:37 -0700 |
commit | b1b1829663be945018447f63fd1b829eb62e58ff (patch) | |
tree | 3741cdb1d7997d238c75f9353a695ca59d0c717a /setup-libraries.sh | |
parent | ee2f17d2b446f792827dd449dcafc3dd986a7ffa (diff) | |
download | qtlocation-mapboxgl-b1b1829663be945018447f63fd1b829eb62e58ff.tar.gz |
re-add git pull
[skip ci]
Diffstat (limited to 'setup-libraries.sh')
-rwxr-xr-x | setup-libraries.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-libraries.sh b/setup-libraries.sh index 9324ae1083..9788a0774f 100755 --- a/setup-libraries.sh +++ b/setup-libraries.sh @@ -6,7 +6,7 @@ if [ ! -d 'mapnik-packaging' ]; then fi cd mapnik-packaging/osx/ -# git pull +git pull export CXX11=true |