From 8e3bf456565ca83ef713e57db89591863fc11535 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Thu, 14 Nov 2024 00:33:21 -0300
Subject: etc/sh/rc: Remove $CGO_ENABLED variable

---
 etc/sh/rc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/etc/sh/rc b/etc/sh/rc
index e5b566d..cb12f67 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -127,7 +127,6 @@ export VGFLAGS='
 '
 VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
 
-export CGO_ENABLED=0
 export CC=gcc
 export CCFLAGS='
 	-D_POSIX_C_SOURCE=200809L
-- 
cgit v1.2.3