From c4d80472cc0e1ff4999280f5d3d12a0d3848f2d8 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 8 Jun 2025 23:25:14 -0400 Subject: [PATCH] Update ruby build in tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 983798ca..7b123b35 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1210,7 +1210,7 @@ setup_rbenv_stack() { tar -xzf "$TMP_DIR/rbenv.tar.gz" -C "$TMP_DIR" mkdir -p "$RBENV_DIR" cp -r "$TMP_DIR/rbenv-${RBENV_RELEASE}/." "$RBENV_DIR/" - cd "$RBENV_DIR" && src/configure && make -C src + cd "$RBENV_DIR" && src/configure && $STD make -C src # Fetch latest ruby-build plugin release tag (e.g. v20250507 → 20250507) local RUBY_BUILD_RELEASE