mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
import python ;
|
|
|
|
#project : requirements <library>/opt/boost/python//python ;
|
|
alias python : /opt/boost/libs/python/build//python/<link>static ;
|
|
|
|
python-extension mapnik-python
|
|
: mapnik_parameters.cc
|
|
mapnik_color.cc
|
|
mapnik_layer.cc
|
|
mapnik_envelope.cc
|
|
mapnik_map.cc
|
|
mapnik_image.cc
|
|
mapnik_python.cc
|
|
python
|
|
#<library-file>/dist/lib/libmapnik.so
|
|
;
|