A small update to perhaps make all this stuff work

This commit is contained in:
Blake Thompson 2015-04-28 12:21:55 -05:00
parent 783e164115
commit 563316befb
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@ script:
export MASON_VERSION=latest;
export MASON_LIB_FILE=lib/libmapnik-wkt.a
source ./.mason.sh;
./configure PREFIX=${MASON_PREFIX} PATH_REPLACE='';
./configure PREFIX=${MASON_PREFIX} PATH_REPLACE='' MAPNIK_BUNDLED_SHARE_DIRECTORY=True;
else
./configure CUSTOM_LDFLAGS='--coverage' CUSTOM_CXXFLAGS='--coverage' CUSTOM_CFLAGS='--coverage' DEBUG=True;
fi;

View file

@ -7,6 +7,7 @@ MASON_LIB_FILE=lib/libmapnik-wkt.a
. ${MASON_DIR:-~/.mason}/mason.sh
function mason_load_source {
export MASON_BUILD_PATH=$(pwd)
}
function mason_compile {