Fixing multiple errors #15

Merged
David merged 10 commits from feature/debugging_build_step into develop 2024-05-15 11:15:06 +02:00
Showing only changes of commit 9712e0ebaf - Show all commits

2
warp4j
View File

@ -685,7 +685,7 @@ function create_optimized_runtime() {
local strip_debug=strip-debug
echo "Creating minimal runtime for $platform..."
if [[ $JAVA_VERSION_BASE -ge 13 ]]; then
$strip_debug=strip-java-debug-attributes
strip_debug=strip-java-debug-attributes
fi
echo "$JLINK --no-header-files --no-man-pages --$strip_debug --module-path '$jmods' --add-modules $MODULES --output '$BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR'"
"$JLINK" \