1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #97908 from atlasapplications/just-linux-bionic

Add `linux-bionic` RID export option
This commit is contained in:
Thaddeus Crews
2025-03-07 15:12:32 -06:00
4 changed files with 55 additions and 8 deletions

View File

@@ -2065,6 +2065,9 @@ bool EditorExportPlatformAndroid::get_export_option_visibility(const EditorExpor
return false;
}
if (p_option == "dotnet/android_use_linux_bionic") {
return advanced_options_enabled;
}
return true;
}