mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
scons: add the paths specified for ICU_LIBS/INCLUDES
This commit is contained in:
parent
4012ce0dd4
commit
c6a48bfdb2
@ -481,7 +481,7 @@ if not env.GetOption('clean'):
|
||||
|
||||
# Adding the required prerequisite library directories to the include path for
|
||||
# compiling and the library path for linking, respectively.
|
||||
for required in ('BOOST', 'PNG', 'JPEG', 'TIFF','PROJ'):
|
||||
for required in ('BOOST', 'PNG', 'JPEG', 'TIFF','PROJ','ICU'):
|
||||
inc_path = env['%s_INCLUDES' % required]
|
||||
lib_path = env['%s_LIBS' % required]
|
||||
env.AppendUnique(CPPPATH = inc_path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user