9b4eb37f38
west will now be installed via pip in order for the bootstrapper to be decoupled from the west runners. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
7 lines
110 B
Batchfile
7 lines
110 B
Batchfile
@echo off
|
|
set ZEPHYR_BASE=%~dp0
|
|
|
|
if exist "%userprofile%\zephyrrc.cmd" (
|
|
call "%userprofile%\zephyrrc.cmd"
|
|
)
|