Skip to content

Commit 7a19ecd

Browse files
committed
windows build
1 parent 8b4f325 commit 7a19ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxtracfg/c/native-image/static-compiler-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ echo ===================================================== >> %LOG_FILE%
4949
set LIBS_EXT=
5050
for %%P in (%*) do (
5151
echo %%P >> %LOG_FILE%
52-
echo %%P | findstr /R /C:" C:\\.*?\.lib " 1>nul
52+
echo %%P | findstr /R /C:"^C:\\.*?\.lib" 1>nul
5353
if !errorlevel!==0 (
5454
echo *** >> %LOG_FILE%
5555
set LIBS_EXT=!LIBS_EXT! %%P

0 commit comments

Comments
 (0)