We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bdce7 commit 927fca6Copy full SHA for 927fca6
buildscripts/kokoro/windows32.bat
@@ -69,7 +69,7 @@ for /f "tokens=*" %%a in ('pkg-config --libs protobuf') do (
69
@rem Because protobuf is specified as libprotobuf and elsewhere
70
if !lib! NEQ protobuf (
71
set lib=!lib!.lib
72
- if "%libs_list%"=="" (
+ if "!libs_list!"=="" (
73
set libs_list=!lib!
74
) else (
75
set libs_list=!libs_list!,!lib!
0 commit comments