Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
DMakefile28 PYTHON ?= python macro
30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
/mbedtls-3.6.0/tests/
DMakefile63 PYTHON ?= python macro
65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
/mbedtls-3.6.0/programs/
DMakefile59 PYTHON ?= python macro
61 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro