graalvm-native-bld-example/bld.bat
2024-04-04 09:42:06 -07:00

4 lines
No EOL
153 B
Batchfile

@echo off
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%DIRNAME%/lib/bld/bld-wrapper.jar" "%0" --build com.example.GraalNativeBuild %*