mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Add some extra include dirs for when building on OS X using Fink
This commit is contained in:
parent
2741623e91
commit
447620f89f
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -141,7 +141,9 @@ else:
|
|||
if osx_check():
|
||||
_include_dirs += [
|
||||
'/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 = [
|
||||
'boost_filesystem',
|
||||
|
|
Loading…
Add table
Reference in a new issue