mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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():
|
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…
Add table
Add a link
Reference in a new issue