mirror of
https://github.com/mapnik/mapnik.git
synced 2025-08-20 23:23:01 +00:00
scons: correctly propagate DEFINES across builds
This commit is contained in:
@ -36,6 +36,7 @@ source = Split(
|
||||
)
|
||||
|
||||
program_env['CXXFLAGS'] = copy(env['LIBMAPNIK_CXXFLAGS'])
|
||||
program_env.Append(CPPDEFINES = env['LIBMAPNIK_DEFINES'])
|
||||
|
||||
if env['HAS_CAIRO']:
|
||||
program_env.PrependUnique(CPPPATH=env['CAIRO_CPPPATHS'])
|
||||
|
Reference in New Issue
Block a user