Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission

This commit is contained in:
J. Nick Koston
2026-08-20 16:56:37 -05:00
+4 -4
View File
@@ -86,10 +86,10 @@ def test_library_info_flags_parsing(tmp_path: Path) -> None:
"-lalgobsec",
"-fno-lto",
"-Wl,--wrap=malloc",
"-l",
"m",
"-L",
"blobs",
# Bare flags join their argument within one entry only, as
# ParseFlags lexes each entry independently
"-l m",
"-L blobs",
],
}
}