This commit is contained in:
parent
bfe5a0c3b5
commit
9712e0ebaf
2
warp4j
2
warp4j
@ -685,7 +685,7 @@ function create_optimized_runtime() {
|
|||||||
local strip_debug=strip-debug
|
local strip_debug=strip-debug
|
||||||
echo "Creating minimal runtime for $platform..."
|
echo "Creating minimal runtime for $platform..."
|
||||||
if [[ $JAVA_VERSION_BASE -ge 13 ]]; then
|
if [[ $JAVA_VERSION_BASE -ge 13 ]]; then
|
||||||
$strip_debug=strip-java-debug-attributes
|
strip_debug=strip-java-debug-attributes
|
||||||
fi
|
fi
|
||||||
echo "$JLINK --no-header-files --no-man-pages --$strip_debug --module-path '$jmods' --add-modules $MODULES --output '$BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR'"
|
echo "$JLINK --no-header-files --no-man-pages --$strip_debug --module-path '$jmods' --add-modules $MODULES --output '$BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR'"
|
||||||
"$JLINK" \
|
"$JLINK" \
|
||||||
|
Loading…
Reference in New Issue
Block a user