tree-wide: make python path variables relative
This commit is contained in:
parent
844a3cd746
commit
3318e17163
14 changed files with 25 additions and 25 deletions
|
@ -3,12 +3,12 @@
|
|||
#
|
||||
|
||||
py2_ver="2.7"
|
||||
py2_lib="/usr/lib/python${py2_ver}"
|
||||
py2_lib="usr/lib/python${py2_ver}"
|
||||
py2_sitelib="${py2_lib}/site-packages"
|
||||
py2_inc="/usr/include/python${py2_ver}"
|
||||
py2_inc="usr/include/python${py2_ver}"
|
||||
|
||||
py3_ver="3.8"
|
||||
py3_abiver=""
|
||||
py3_lib="/usr/lib/python${py3_ver}"
|
||||
py3_lib="usr/lib/python${py3_ver}"
|
||||
py3_sitelib="${py3_lib}/site-packages"
|
||||
py3_inc="/usr/include/python${py3_ver}${py3_abiver}"
|
||||
py3_inc="usr/include/python${py3_ver}${py3_abiver}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue