Mk/Uses/scons.mk: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT

This commit is contained in:
Po-Chuan Hsieh 2023-09-04 17:06:07 +08:00
parent 47dedd5562
commit 959baee148
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -13,7 +13,7 @@ _INCLUDE_USES_SCONS_MK= yes
IGNORE+= USES=scons takes no arguments
. endif
_SCONS_PYTHON_VER= ${PYTHON3_DEFAULT}
_SCONS_PYTHON_VER= ${PYTHON_DEFAULT}
_SCONS_PYTHON_FLAVOR= py${_SCONS_PYTHON_VER:S|.||}