mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Add some extra include dirs for when building on OS X using Fink
This commit is contained in:
parent
4e0a29bb2b
commit
4336f7cb80
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -138,7 +138,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