Add some extra include dirs for when building on OS X using Fink

This commit is contained in:
Andrew Resch 2009-05-20 18:51:37 +00:00
parent 2741623e91
commit 447620f89f
1 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,9 @@ else:
if osx_check(): if osx_check():
_include_dirs += [ _include_dirs += [
'/opt/local/include/boost-1_35', '/opt/local/include/boost-1_35',
'/opt/local/include/boost-1_36' '/opt/local/include/boost-1_36',
'/sw/include/boost-1_35',
'/sw/include/boost'
] ]
_libraries = [ _libraries = [
'boost_filesystem', 'boost_filesystem',