# If Python3 build is specifically requested (e.g. mesa), build that instead
# Can only build/install one python-version bound mako
if is_depends_enabled $SPELL python3; then
  default_build_python3
else
  default_build_python
fi
