Home
last modified time | relevance | path

Searched defs:PYTHON (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.7.0/library/
DMakefile33 PYTHON ?= python macro
35 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro