Skip to content

Commit 2589450

Browse files
committed
reverted changes in setup.py
1 parent 1fb803a commit 2589450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
from shutil import copy2
2020
from subprocess import Popen, PIPE
2121

22-
LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['/tmp/include/igraph']
22+
LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['/usr/include/igraph', '/usr/local/include/igraph']
2323
LIBIGRAPH_FALLBACK_LIBRARIES = ['igraph']
24-
LIBIGRAPH_FALLBACK_LIBRARY_DIRS = ['/tmp/lib']
24+
LIBIGRAPH_FALLBACK_LIBRARY_DIRS = []
2525

2626
if version_info < (2, 5):
2727
print("This module requires Python >= 2.5")

0 commit comments

Comments
 (0)