Skip to content
Snippets Groups Projects
Commit 45097bef authored by Franco Fichtner's avatar Franco Fichtner
Browse files

config: switch perl to 5.32

parent 50049c54
Branches
Tags
No related merge requests found
PERL?= 5.30
PERL?= 5.32
PHP?= 73
PYTHON?= 37
RUBY?= 26
......
......@@ -17,9 +17,9 @@ _PRODUCT_PHP!= if [ -f ${PRODUCT_PHPBIN} ]; \
fi
PRODUCT_PHP?= ${_PRODUCT_PHP:[2]:S/./ /g:[1..2]:tW:S/ //}
# XXX hardcoded for now
# XXX hardcoded for now (include build.conf maybe)
PRODUCT_LUA?= 5.3
PRODUCT_PERL?= 5.30
PRODUCT_PERL?= 5.32
PRODUCT_PYTHON?= 37
PRODUCT_RUBY?= 26
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment