scons: add the paths specified for ICU_LIBS/INCLUDES
This commit is contained in:
parent
4012ce0dd4
commit
c6a48bfdb2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue