Skip to content

Commit f426cc1

Browse files
committed
Add /usr directory in prefix dirs
1 parent a7bf829 commit f426cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

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

3536
def get_include_dirs():

0 commit comments

Comments
 (0)