mapnik/utils/mapnik-config
Mickey Rose 39202f5ac0 mapnik-config: fix substitution of environment variables
Simply calling str(val) doesn't work, because if the value happens to
be a SCons.Util.CLVar, it may contain not just plain strings, but also
tuples appended by SCons.Environment.ParseFlags.

For example "-isysroot /foo" becomes CLVar: [("-isysroot", "/foo")]

CLVar.__str__ supports only string elements, nothing else.
2020-01-30 15:15:14 +01:00
..
build.py mapnik-config: fix substitution of environment variables 2020-01-30 15:15:14 +01:00
mapnik-config.template.sh install mapbox includes into subdir mapnik/deps/ 2019-09-20 20:15:53 +02:00