Another commit to perhaps fix this travis issue... ugh.

This commit is contained in:
Blake Thompson 2015-04-28 22:03:41 -05:00
parent 7cb1d12079
commit a31d5ec19d

View file

@ -64,7 +64,7 @@ script:
export MASON_NAME=mapnik; export MASON_NAME=mapnik;
export MASON_VERSION=latest; export MASON_VERSION=latest;
export MASON_LIB_FILE=lib/libmapnik-wkt.a; export MASON_LIB_FILE=lib/libmapnik-wkt.a;
source ./.mason.sh; source ./.mason/mason.sh;
./configure PREFIX=${MASON_PREFIX} PATH_REPLACE='' MAPNIK_BUNDLED_SHARE_DIRECTORY=True; ./configure PREFIX=${MASON_PREFIX} PATH_REPLACE='' MAPNIK_BUNDLED_SHARE_DIRECTORY=True;
else else
./configure; ./configure;