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 8b4f325 commit 7a19ecdCopy full SHA for 7a19ecd
libxtracfg/c/native-image/static-compiler-windows.bat
@@ -49,7 +49,7 @@ echo ===================================================== >> %LOG_FILE%
49
set LIBS_EXT=
50
for %%P in (%*) do (
51
echo %%P >> %LOG_FILE%
52
- echo %%P | findstr /R /C:" C:\\.*?\.lib " 1>nul
+ echo %%P | findstr /R /C:"^C:\\.*?\.lib" 1>nul
53
if !errorlevel!==0 (
54
echo *** >> %LOG_FILE%
55
set LIBS_EXT=!LIBS_EXT! %%P
0 commit comments