mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
tests,tools: Update path to unix micropython executable.
These were missed by 47c84286e8
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -21,7 +21,7 @@ if os.name == "nt":
|
||||
MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe")
|
||||
else:
|
||||
CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
|
||||
MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython")
|
||||
MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/build-standard/micropython")
|
||||
|
||||
PYTHON_TRUTH = CPYTHON3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user