Skip to content

Commit 4d3f252

Browse files
committed
Fix libs leading space
1 parent 19d0917 commit 4d3f252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/windows64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for /f "tokens=*" %%a in ('pkg-config --libs protobuf') do (
5353
@rem Because protobuf is specified as libprotobuf and elsewhere
5454
if !lib! NEQ protobuf (
5555
set lib=!lib!.lib,
56-
if "%libs_list%"=="" (
56+
if "!libs_list!"=="" (
5757
set libs_list=!lib!
5858
) else (
5959
set libs_list=!libs_list! !lib!

0 commit comments

Comments
 (0)