From 4105df1853d96f4b7905a819dd685cf859e990c3 Mon Sep 17 00:00:00 2001 From: Hunter Bridges <775593+hunterbridges@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:00:25 -0800 Subject: [PATCH] Add additional check for !BF_CRT_DISABLE when conditionally defining System.MinRuntime --- BeefLibs/corlib/src/Runtime.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefLibs/corlib/src/Runtime.bf b/BeefLibs/corlib/src/Runtime.bf index aecc2d2e..a93be3b7 100644 --- a/BeefLibs/corlib/src/Runtime.bf +++ b/BeefLibs/corlib/src/Runtime.bf @@ -638,7 +638,7 @@ namespace System } } -#if BF_RUNTIME_DISABLE +#if BF_RUNTIME_DISABLE && !BF_CRT_DISABLE namespace System { [AlwaysInclude, StaticInitPriority(1000)]