Skip to content

Commit a3093bf

Browse files
committed
Commenting out (for now) recently appended append(dirs, '/usr')
1 parent 0e5ef4a commit a3093bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_prefix_dirs():
3030
prefix = os.environ[envvar]
3131
append(dirs, prefix)
3232
append(dirs, sys.prefix)
33-
append(dirs, '/usr')
33+
#append(dirs, '/usr')
3434
return dirs
3535

3636
def get_include_dirs():

0 commit comments

Comments
 (0)