Skip to content

Commit

Permalink
[buildenv.cmd]: configure PATH for [pathtool]
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Jul 24, 2024
1 parent 655cd58 commit 6d32f07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildenv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ REM Configure the environment variables.
set NO_BUILD=%NO_ROOT%\Build
set NO_TEST=%NO_ROOT%\Test

REM Temporarily add [%NF_ROOT%\neonSDK\ToolBin] to the PATH so
REM we'll be able to use things like [pathtool].
REM
REM NOTE: This assumes that NeonSDK is configured first.

set PATH=%PATH%;%NF_ROOT%\neonSDK\ToolBin

REM Persist the environment variables.

setx NO_ROOT "%NO_ROOT%" /M > nul
Expand Down

0 comments on commit 6d32f07

Please sign in to comment.