Skip to content
  • fluffy's avatar
    Mk/Uses/python.mk: introduce PYTHON_EXT_SUFFIX variable · 98eb170f
    fluffy authored
    Since Python-3.8.7 it uses unified with other platforns shared libs naming scheme:
    instead of plain .so suffix now it refers to used cpython: .cpython-${PYTHON_SUFFIX}.so
    
    Future Python releases will use this scheme too, it will be hooked via version check
    
    PR:		252057
    Approved by:	python (wen)
    98eb170f