Skip to content

Commit e3bd8ac

Browse files
committed
windows build
1 parent ffd6d60 commit e3bd8ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

44
REM This script intercepts compiler arguments generated by GraalVM's native-image for
@@ -9,6 +9,7 @@ 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%
1213

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

0 commit comments

Comments
 (0)