fix linking of pgsql2sqlite on linux
This commit is contained in:
parent
c28aa7272b
commit
d8358ffdd5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ source = Split(
|
|||
)
|
||||
|
||||
program_env['CXXFLAGS'] = copy(env['LIBMAPNIK_CXXFLAGS'])
|
||||
program_env['LINKFLAGS'] = copy(env['LIBMAPNIK_LINKFLAGS'])
|
||||
program_env.Append(CPPDEFINES = env['LIBMAPNIK_DEFINES'])
|
||||
|
||||
if env['HAS_CAIRO']:
|
||||
|
|
Loading…
Add table
Reference in a new issue