mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-22 16:18:15 +00:00
Use directories listed in INCLUDEDIRS
This commit is contained in:
parent
4c03fad512
commit
afeb7cf8b1
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…
x
Reference in New Issue
Block a user