Home
last modified time | relevance | path

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

/mbedtls-development/tests/
A DMakefile63 PYTHON ?= python macro
65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
/mbedtls-development/programs/
A DMakefile53 PYTHON ?= python macro
55 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro

Completed in 3 milliseconds