Skip to content

Commit b80071b

Browse files
committed
Merge branch 'master' of github.com:mapnik/python-mapnik
2 parents 57941cc + d5e93eb commit b80071b

5 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ before_install:
5656
- |
5757
if [[ $(uname -s) == 'Linux' ]]; then
5858
export LDSHARED=$(python -c "import os;from distutils import sysconfig;print sysconfig.get_config_var('LDSHARED').replace('cc ','clang++-3.8 ')");
59-
mason install clang 3.8.0
6059
./.mason/mason install clang 3.8.0
6160
export PATH=$(./.mason/mason prefix clang 3.8.0)/bin:${PATH}
6261
which clang++

scripts/setup_mason.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
set -o pipefail
55

66
# we pin the mason version to avoid changes in mason breaking builds
7-
MASON_VERSION="better-linking"
7+
MASON_VERSION="3ddc419"
88

99
function setup_mason() {
1010
if [[ ! -d ./.mason ]]; then

test/data

-773 Bytes
Loading
-14 Bytes
Loading

0 commit comments

Comments
 (0)