Add some extra include dirs for when building on OS X using Fink
This commit is contained in:
parent
4e0a29bb2b
commit
4336f7cb80
4
setup.py
4
setup.py
@ -138,7 +138,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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user