gotta make the python bindings [skip ci]
This commit is contained in:
parent
49647d0236
commit
0c6991d668
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -14,6 +14,7 @@ install:
|
|||
|
||||
python:
|
||||
if [[ ! -d ./bindings/python ]]; then git clone git@github.com:mapnik/python-mapnik.git --recursive ./bindings/python; else (cd bindings/python && git pull && git submodule update --init); fi;
|
||||
make
|
||||
python bindings/python/test/visual.py -q
|
||||
|
||||
src/json/libmapnik-json.a:
|
||||
|
|
Loading…
Reference in a new issue