A small update to perhaps make all this stuff work
This commit is contained in:
parent
783e164115
commit
563316befb
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue