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"), ],