Improves compatibility of MicroPython port on Windows and clean-up unnecessary files while installing the port.
The python3 executable will be tested to be sure if indeed, this binary can be used, if not, we will use python instead.
Removes source files (*.c/*.o) from the include directory before installing the port. This will avoid to copy source files into the include directory, which is not necessary.
Improves compatibility of MicroPython port on Windows and clean-up unnecessary files while installing the port.
python3
executable will be tested to be sure if indeed, this binary can be used, if not, we will usepython
instead.*.c
/*.o
) from theinclude
directory before installing the port. This will avoid to copy source files into theinclude
directory, which is not necessary.