move local boost headers into deps directory

This commit is contained in:
Dane Springmeyer 2014-10-22 23:51:44 -07:00
parent a0dc3df575
commit ed425b7f3f
7 changed files with 1 additions and 2 deletions

View file

@ -1174,7 +1174,7 @@ if not preconfigured:
color_print(1,'Warning: Directory specified for SYSTEM_FONTS does not exist!') color_print(1,'Warning: Directory specified for SYSTEM_FONTS does not exist!')
# Set up for libraries and headers dependency checks # Set up for libraries and headers dependency checks
env['CPPPATH'] = ['#include', '#'] env['CPPPATH'] = ['#include']
env['LIBPATH'] = ['#src','#src/json','#src/wkt'] env['LIBPATH'] = ['#src','#src/json','#src/wkt']
# set any custom cxxflags and ldflags to come first # set any custom cxxflags and ldflags to come first
@ -1488,7 +1488,6 @@ if not preconfigured:
# re-append the local paths for mapnik sources to the beginning of the list # re-append the local paths for mapnik sources to the beginning of the list
# to make sure they come before any plugins that were 'prepended' # to make sure they come before any plugins that were 'prepended'
env.PrependUnique(CPPPATH = '#include', delete_existing=True) env.PrependUnique(CPPPATH = '#include', delete_existing=True)
env.PrependUnique(CPPPATH = '#', delete_existing=True)
env.PrependUnique(LIBPATH = '#src', delete_existing=True) env.PrependUnique(LIBPATH = '#src', delete_existing=True)
if not env['HOST']: if not env['HOST']: