mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Fixes: #34368 Now added WEST_PYTHON to list of preferred pythons to check. WEST_PYTHON is added after PYTHON_PREFER so that a user may still request a specific python is used by supplying `-DPYTHON_PREFER=<python>` even when building using `west build`. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>