From eab52802ffb09731c75c5e4ebcbe27c1034e0bce Mon Sep 17 00:00:00 2001 From: Xingwang Liao Date: Sat, 25 Nov 2023 03:21:40 +0000 Subject: [PATCH] fixup! build: fix args --- v8_compile.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v8_compile.bat b/v8_compile.bat index 9fa5341..533e536 100644 --- a/v8_compile.bat +++ b/v8_compile.bat @@ -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" @@ -30,7 +30,7 @@ for /F "usebackq delims=" %%i in ("%dir%\args\%os%.gn") do ( ) ) -endlocal +endlocal & set "gnArgs=%gnArgs%" set "ccWrapper="