mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Merge remote-tracking branch 'ofw/dev' into mntm-dev
This commit is contained in:
@@ -4,7 +4,7 @@ Import("env")
|
||||
env.Append(
|
||||
CPPPATH=[
|
||||
"#/",
|
||||
"#/lib", # TODO FL-3553: remove!
|
||||
"#/lib",
|
||||
# Ugly hack
|
||||
Dir("../assets/compiled"),
|
||||
Dir("../../icons"),
|
||||
|
||||
@@ -100,7 +100,6 @@ static int mtar_compressed_file_close(void* stream) {
|
||||
compress_stream_decoder_free(compressed_stream->decoder);
|
||||
}
|
||||
storage_file_close(compressed_stream->stream);
|
||||
storage_file_free(compressed_stream->stream);
|
||||
free(compressed_stream);
|
||||
}
|
||||
return MTAR_ESUCCESS;
|
||||
|
||||
@@ -93,6 +93,11 @@ vars.AddVariables(
|
||||
help="Enable strict import check for .faps",
|
||||
default=True,
|
||||
),
|
||||
(
|
||||
"ARGS",
|
||||
"Extra arguments to pass to certain scripts supporting it",
|
||||
"",
|
||||
),
|
||||
)
|
||||
|
||||
Return("vars")
|
||||
|
||||
Reference in New Issue
Block a user