Skip to content

Commit

Permalink
fixup! build: fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan authored Nov 25, 2023
1 parent 7fd6789 commit eab5280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v8_compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ if "%os%"=="" (
set "os=Windows"
)

set "gnArgs="

setlocal EnableDelayedExpansion

set "gnArgs="

for /F "usebackq delims=" %%i in ("%dir%\args\%os%.gn") do (
set "line=%%i"

Expand All @@ -30,7 +30,7 @@ for /F "usebackq delims=" %%i in ("%dir%\args\%os%.gn") do (
)
)

endlocal
endlocal & set "gnArgs=%gnArgs%"

set "ccWrapper="

Expand Down

0 comments on commit eab5280

Please sign in to comment.