From cb6f88b047da0d067f47fb0a559940683ce22473 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sat, 11 Dec 2021 10:49:12 -0800 Subject: [PATCH] Minlib fix --- IDE/mintest/minlib/src/System/Compiler.bf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IDE/mintest/minlib/src/System/Compiler.bf b/IDE/mintest/minlib/src/System/Compiler.bf index 2c559e2c..d6aefbda 100644 --- a/IDE/mintest/minlib/src/System/Compiler.bf +++ b/IDE/mintest/minlib/src/System/Compiler.bf @@ -2,6 +2,11 @@ namespace System { class Compiler { + public class Generator + { + + } + public static class Options { [LinkName("#AllocStackCount")]