Skip to content

Commit dbd2cf0

Browse files
committed
windows build
1 parent cb7b0f7 commit dbd2cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ echo STATIC EXTERNAL >> %LOG_FILE%
4848
echo ===================================================== >> %LOG_FILE%
4949
set LIBS_EXT=
5050
for %%P in (%*) do (
51-
echo %%P | findstr /R /C:"^C:\\.*\.lib$" 1>nul
51+
echo %%P | findstr /R /C:" C:\\.*\.lib " 1>nul
5252
if !errorlevel!==0 (
53-
set LIBS_EXT=!LIBS_EXT! %%P
5453
echo %%P >> %LOG_FILE%
54+
set LIBS_EXT=!LIBS_EXT! %%P
5555
)
5656
)
57-
echo %LIBS_EXT% >> %LOG_FILE%
57+
echo !LIBS_EXT! >> %LOG_FILE%
5858

5959
echo ===================================================== >> %LOG_FILE%
6060
echo STATIC LIBRARY >> %LOG_FILE%

0 commit comments

Comments
 (0)