From 6f5d61b8bac9caf2d11d89a246d43d3155ff7d4d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 12 Oct 2024 11:00:39 +0200 Subject: [PATCH] graalvm23 breaking --- script/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/compile b/script/compile index 90a44d5a..82fddbe7 100755 --- a/script/compile +++ b/script/compile @@ -54,8 +54,8 @@ BABASHKA_STATIC=${BABASHKA_STATIC:-} BABASHKA_MUSL=${BABASHKA_MUSL:-} if [ "$BABASHKA_STATIC" = "true" ]; then - args+=("--static") if [ "$BABASHKA_MUSL" = "true" ]; then + args+=("--static") args+=("--libc=musl" # see https://github.com/oracle/graal/issues/3398 "-H:CCompilerOption=-Wl,-z,stack-size=2097152")