From daa272c57b60ce7c42b1723179d8d0cd290258ad Mon Sep 17 00:00:00 2001 From: donghufeng Date: Tue, 7 Nov 2023 22:49:16 +0800 Subject: [PATCH] fix bug for windows build script --- build_locally.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build_locally.bat b/build_locally.bat index 8f58ba9b2..1cb56db08 100644 --- a/build_locally.bat +++ b/build_locally.bat @@ -273,6 +273,7 @@ rem ============================================================================ ) set unparsed_args=!unparsed_args! %1 + set unparsed_args=%unparsed_args:'="% shift & goto :initial :done_parsing -- Gitee