mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Use directories listed in INCLUDEDIRS
This commit is contained in:
parent
4c03fad512
commit
afeb7cf8b1
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -134,6 +134,9 @@ else:
|
|||
'/usr/include/python' + python_version,
|
||||
sysconfig.get_config_var("INCLUDEDIR")
|
||||
]
|
||||
for include in os.environ["INCLUDEDIR"].split(":"):
|
||||
_include_dirs.append(include)
|
||||
|
||||
_library_dirs += [sysconfig.get_config_var("LIBDIR"), '/opt/local/lib']
|
||||
if osx_check():
|
||||
_include_dirs += [
|
||||
|
|
Loading…
Add table
Reference in a new issue