put mapnik-index on PATH to allow testing to work without installing - refs #3137
This commit is contained in:
parent
d1c5c69f07
commit
1455c6be1f
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ else
|
|||
export LD_LIBRARY_PATH="${CURRENT_DIR}/src/":${LD_LIBRARY_PATH}
|
||||
fi
|
||||
|
||||
export PATH=$(pwd)/utils/nik2img/:${PATH}
|
||||
export PATH=$(pwd)/utils/mapnik-render/:${PATH}
|
||||
export PATH=$(pwd)/utils/mapnik-index/:${PATH}
|
||||
export PATH=$(pwd)/utils/mapnik-config/:${PATH}
|
||||
|
||||
# mapnik-settings.env is an optional file to store
|
||||
|
|
Loading…
Reference in a new issue