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 d282a18 commit 93786a7Copy full SHA for 93786a7
libxtracfg/c/native-image/static-compiler-windows.bat
@@ -53,18 +53,11 @@ for %%P in (%*) do (
53
echo %%P | findstr /R /C:"^C:.*\.lib" 1>nul
54
if !errorlevel!==0 (
55
echo *** >> %LOG_FILE%
56
- echo %%P | findstr /R /C:"\\jvm\.lib ^" 1>nul
57
- if !errorlevel!==0 (
58
- set "TMP=%%P"
59
- set "TMP=!TMP:svm\clibraries\windows-amd64=!"
60
- set "LIBS_EXT=!LIBS_EXT! !TMP!"
61
- echo (replaced svm\clibraries\windows-amd64) >> %LOG_FILE%
62
- ) else (
63
- set "LIBS_EXT=!LIBS_EXT! %%P"
64
- )
+ set "LIBS_EXT=!LIBS_EXT! %%P"
65
)
66
67
+set "LIBS_EXT=!LIBS_EXT:svm\clibraries\windows-amd64\jvm.lib=jvm.lib!"
68
echo !LIBS_EXT! >> %LOG_FILE%
69
70
echo ===================================================== >> %LOG_FILE%
0 commit comments