Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
DMakefile51 PYTHON ?= python macro
53 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro