From 0c6991d66893e2ef4b21021fae84b34bf1282be6 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 4 May 2015 01:22:09 -0700 Subject: [PATCH] gotta make the python bindings [skip ci] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a890163c3..46307d52c 100755 --- a/Makefile +++ b/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: