fix #290 use pythondir var as base for setting PYTHONLIBDIR
This commit is contained in:
parent
dec96b355b
commit
4b028661ab
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ DOCS = doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if PYTHON3
|
if PYTHON3
|
||||||
PYTHONLIBDIR=$(libdir)/python3/dist-packages
|
PYTHONLIBDIR=$(shell echo $(pythondir) | sed -e 's/site-packages/dist-packages/')
|
||||||
else
|
else
|
||||||
PYTHONLIBDIR=$(pythondir)
|
PYTHONLIBDIR=$(pythondir)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue