update the abi fallback to 2.0.0
This commit is contained in:
parent
78fe0364b9
commit
6fe9a0b58d
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ if not preconfigured:
|
||||||
# fetch the mapnik version header in order to set the
|
# fetch the mapnik version header in order to set the
|
||||||
# ABI version used to build libmapnik.so on linux in src/SConscript
|
# ABI version used to build libmapnik.so on linux in src/SConscript
|
||||||
abi = conf.GetMapnikLibVersion()
|
abi = conf.GetMapnikLibVersion()
|
||||||
abi_fallback = [0,8,0]
|
abi_fallback = [2,0,0]
|
||||||
if not abi:
|
if not abi:
|
||||||
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
|
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
|
||||||
env['ABI_VERSION'] = abi_fallback
|
env['ABI_VERSION'] = abi_fallback
|
||||||
|
|
Loading…
Reference in a new issue