agg build: stop restricting CPPPATH so that boost can be reliably found, post b9765ec1db
This commit is contained in:
parent
dc89f6fac4
commit
465842e0e4
1 changed files with 1 additions and 1 deletions
2
deps/agg/build.py
vendored
2
deps/agg/build.py
vendored
|
@ -28,4 +28,4 @@ if env['SUNCC']:
|
|||
else:
|
||||
cxxflags = env['CUSTOM_CXXFLAGS'] + ' -O%s -fPIC -DNDEBUG' % env['OPTIMIZATION']
|
||||
|
||||
agg_env.StaticLibrary('agg', glob.glob('./src/' + '*.cpp'), LIBS=[], CPPPATH='./include', CXXFLAGS=cxxflags, LINKFLAGS=env['CUSTOM_LDFLAGS'])
|
||||
agg_env.StaticLibrary('agg', glob.glob('./src/' + '*.cpp'), LIBS=[], CXXFLAGS=cxxflags, LINKFLAGS=env['CUSTOM_LDFLAGS'])
|
Loading…
Reference in a new issue