mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Merge branch 'master' of github.com:mapnik/mapnik into image-readers-c++11
This commit is contained in:
commit
401ca20b32
@ -21,7 +21,9 @@ for cpp_test in glob.glob('*_test.cpp'):
|
||||
name = cpp_test.replace('.cpp','-bin')
|
||||
source_files = [cpp_test]
|
||||
test_program = None
|
||||
if 'agg_blend_src_over_test' in cpp_test:
|
||||
# enable for faster compile while developing just this test
|
||||
#if 'agg_blend_src_over_test' in cpp_test:
|
||||
if False:
|
||||
# customization here for faster compile
|
||||
agg_env = Environment(ENV=os.environ)
|
||||
agg_env['CXX'] = env['CXX']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user