We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd6d60 commit e3bd8acCopy full SHA for e3bd8ac
libxtracfg/c/native-image/static-compiler-windows.bat
@@ -1,4 +1,4 @@
1
-@echo off
+REM @echo off
2
setlocal EnableDelayedExpansion
3
4
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
9
REM
10
REM Use with --native-compiler-path=${pathToThisScript}.bat
11
set OUTPUT_PATH=%~dp0\..\..\target\image
12
+echo %OUTPUT_PATH%
13
14
REM Determine the library name based on the .dll argument. ~nP returns the filename
15
REM without quotes, i.e., "path\myLibrary.dll" returns myLibrary
0 commit comments