Changed the travis build to now use static linking for mason latest
This commit is contained in:
parent
8c6bf0eef6
commit
1377852020
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ script:
|
|||
export MASON_VERSION=latest;
|
||||
export MASON_LIB_FILE=lib/libmapnik-wkt.a;
|
||||
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 RUNTIME_LINK='static';
|
||||
else
|
||||
./configure;
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue