+ inherit libmapnik ABI version from environment (now calculated in SConstruct)

This commit is contained in:
Dane Springmeyer 2009-02-17 20:32:46 +00:00
parent 346ac28947
commit b90f620901

View file

@ -25,7 +25,7 @@ import os
Import('env')
ABI_VERSION=[0,5,0]
ABI_VERSION = env['ABI_VERSION']
prefix = env['PREFIX']
install_prefix = env['DESTDIR'] + '/' + prefix