Re-order libs to satify correct link order for ICU symbols from mapnik-json library.

This commit is contained in:
Matt Amos 2015-05-18 14:45:30 +01:00
parent b2691f5906
commit 468bc5257b

View file

@ -11,9 +11,9 @@ if not env['CPP_TESTS']:
os.unlink(cpp_test_bin)
else:
test_env['LIBS'] = [env['MAPNIK_NAME']]
test_env.AppendUnique(LIBS=copy(env['LIBMAPNIK_LIBS']))
test_env.AppendUnique(LIBS='mapnik-wkt')
test_env.AppendUnique(LIBS='mapnik-json')
test_env.AppendUnique(LIBS=copy(env['LIBMAPNIK_LIBS']))
if env['RUNTIME_LINK'] == 'static' and env['PLATFORM'] == 'Linux':
test_env.AppendUnique(LIBS='dl')
test_env.AppendUnique(CXXFLAGS='-g')