From 20465f86f058605c353dfa5db73edbec4e4c7ed2 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 30 May 2024 11:37:45 -0600
Subject: [PATCH] Set crt-static to true in rust recipe

---
 recipes/dev/rust/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/dev/rust/config.toml b/recipes/dev/rust/config.toml
index 40a3dd016..180cfd09d 100644
--- a/recipes/dev/rust/config.toml
+++ b/recipes/dev/rust/config.toml
@@ -26,4 +26,4 @@ ar = "x86_64-unknown-redox-ar"
 linker = "x86_64-unknown-redox-gcc"
 # Nasty path, please fix
 llvm-config = "../../../../bin/x86_64-unknown-redox-llvm-config"
-crt-static = false
+crt-static = true
-- 
GitLab