Added work-around for the QEMU package whilst it's still in an interim location, but we want to release it in a PDK.
(The proper fix would be to move the repository into the right place and update the sources.csv, but time is of the essence!)
@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal