mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
gotta make the python bindings [skip ci]
This commit is contained in:
parent
49647d0236
commit
0c6991d668
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…
x
Reference in New Issue
Block a user