1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

[FL-3553] lib: sconscript todo cleanup (#3769)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2024-07-10 18:51:19 +03:00
committed by GitHub
parent 848e6e6efa
commit 3d7cd57371

View File

@@ -4,7 +4,7 @@ Import("env")
env.Append(
CPPPATH=[
"#/",
"#/lib", # TODO FL-3553: remove!
"#/lib",
# Ugly hack
Dir("../assets/compiled"),
],