coccinelle: Pass PYTHONBIN as python to honor PYTHON_VERSION_DEFAULT

This commit is contained in:
Leonardo Taccari 2020-07-08 01:19:27 +02:00
parent 943247a091
commit e4cadd0d89
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ DEPENDS+= menhir>=20071212:../../devel/menhir
CONFIGURE_ARGS+= --with-menhir
CONFIGURE_ARGS+= --disable-pyml
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
MAKE_JOBS_SAFE= no