Skip to content

Commit

Permalink
Merge pull request ms-iot#259 from ms-iot/ooeygui-patch-1
Browse files Browse the repository at this point in the history
Fix environment expansion bug
  • Loading branch information
parameshbabu committed Aug 14, 2018
2 parents a9660c5 + 9106f31 commit 826bbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/setenv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ if defined WDKContentRoot (
)

REM Environment configurations
set PATH=%TOOLSROOT%tools\bin\i386;%PATH%
set PATH=%TOOLSROOT%\tools\bin\i386;%PATH%
set AKROOT=%KITSROOT%
set WPDKCONTENTROOT=%TOOLSROOT%
set PKG_CONFIG_XML=%TOOLSROOT%Tools\bin\i386\pkggen.cfg.xml
set PKG_CONFIG_XML=%TOOLSROOT%\Tools\bin\i386\pkggen.cfg.xml
set WINPE_ROOT=%KITSROOT%Assessment and Deployment Kit\Windows Preinstallation Environment

if /I [%1] == [x64] ( set BSP_ARCH=amd64)
Expand Down

0 comments on commit 826bbad

Please sign in to comment.