Skip to content

Commit 4ab21dd

Browse files
committed
windows build
1 parent e3bd8ac commit 4ab21dd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/xtracfg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
- name: log0
5858
run: |
5959
ls -Recurse ./libxtracfg/java/build/native/nativeCompile
60-
ls -Recurse ./libxtracfg/java/build
61-
cat ./libxtracfg/java/build/native/nativeCompile/logs/compiler_commands.txt
60+
ls -Recurse ./libxtracfg/target
61+
cat ./libxtracfg/target/image/logs/compiler_commands.txt
6262
- name: log1
6363
run: |
6464
ls -l ./libxtracfg/c/build

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REM @echo off
1+
@echo off
22
setlocal EnableDelayedExpansion
33

44
REM This script intercepts compiler arguments generated by GraalVM's native-image for
@@ -9,7 +9,6 @@ REM GraalVM jdk21.+35.1 on Windows 10 and may need to be modified for other vers
99
REM
1010
REM Use with --native-compiler-path=${pathToThisScript}.bat
1111
set OUTPUT_PATH=%~dp0\..\..\target\image
12-
echo %OUTPUT_PATH%
1312

1413
REM Determine the library name based on the .dll argument. ~nP returns the filename
1514
REM without quotes, i.e., "path\myLibrary.dll" returns myLibrary

0 commit comments

Comments
 (0)