additions

This commit is contained in:
2026-05-24 00:40:45 +03:00
parent c5aef33171
commit c55a34f33c
42 changed files with 5019 additions and 2331 deletions

View File

@@ -11,7 +11,7 @@ DECLARE_BUILD_STAGE(config)
ADD_OUTPUT_VALUE("bundle", "true");
}
if (Target_t::DefaultTarget().GetTriplet() == "x86_64-unknown-linux")
if (Target_t::DefaultTarget().GetTriplet() == "x86_64-unknown-linux-gnu")
{
ADD_OUTPUT_VALUE("static", "false");
ADD_OUTPUT_VALUE("bundle", "false");