diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2014-11-20 15:29:10 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2014-11-20 15:55:16 -0800 |
commit | 545292b6f9d461d439972a204ff747f4902dd4d1 (patch) | |
tree | 4256e2fe284726e7d11569308181d1bf3211c8e8 | |
parent | aaa1e3a6f1a69749371f51bbe96a1908e4bf09e2 (diff) | |
download | qtlocation-mapboxgl-545292b6f9d461d439972a204ff747f4902dd4d1.tar.gz |
Fix OS X build
m--------- | ios/mapbox-gl-cocoa | 0 | ||||
-rwxr-xr-x | scripts/travis_before_install.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ios/mapbox-gl-cocoa b/ios/mapbox-gl-cocoa -Subproject f801f5b9fa9ca0e55c379f95295bc13338b1911 +Subproject c937adfcaee5c73b2b79dae6aa617102010ac0c diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh index 2af2f7ae0f..78c0799f60 100755 --- a/scripts/travis_before_install.sh +++ b/scripts/travis_before_install.sh @@ -42,7 +42,7 @@ elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then # install OS X dependencies # mapbox_time "install_build_tools" \ - brew install autoconf automake libtool makedepend cmake pkg-config node git boost + brew install makedepend git mapbox_time "install_awscli" \ sudo pip install awscli |