Skip to content

Commit d282a18

Browse files
committed
windows build
1 parent 263e648 commit d282a18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/xtracfg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
CFLAGS="-fPIC" ./configure --static
5656
make
5757
- name: java
58+
continue-on-error: true
5859
working-directory: ./libxtracfg/java
5960
run: |
6061
./gradlew nativeCompile -PLIB=true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for %%P in (%*) do (
5353
echo %%P | findstr /R /C:"^C:.*\.lib" 1>nul
5454
if !errorlevel!==0 (
5555
echo *** >> %LOG_FILE%
56-
echo %%P | findstr /R /C:"\\jvm\.lib" 1>nul
56+
echo %%P | findstr /R /C:"\\jvm\.lib ^" 1>nul
5757
if !errorlevel!==0 (
5858
set "TMP=%%P"
5959
set "TMP=!TMP:svm\clibraries\windows-amd64=!"

0 commit comments

Comments
 (0)