From 3d7cd573716b493ce5b65dd3332d8f45d43110f0 Mon Sep 17 00:00:00 2001 From: hedger Date: Wed, 10 Jul 2024 18:51:19 +0300 Subject: [PATCH] [FL-3553] lib: sconscript todo cleanup (#3769) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: あく --- lib/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SConscript b/lib/SConscript index 812573932..f331198a4 100644 --- a/lib/SConscript +++ b/lib/SConscript @@ -4,7 +4,7 @@ Import("env") env.Append( CPPPATH=[ "#/", - "#/lib", # TODO FL-3553: remove! + "#/lib", # Ugly hack Dir("../assets/compiled"), ],