mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 05:19:50 +01:00
fix exporting Android APPLICATION_ATTRIBS (3.X)
This commit is contained in:
parent
6126ddab8e
commit
cfc4f0f050
@ -2454,8 +2454,8 @@ void EditorExportPlatformAndroid::_update_custom_build_project() {
|
|||||||
append_line = true;
|
append_line = true;
|
||||||
} else {
|
} else {
|
||||||
String base = l.substr(0, last_tag_pos + last_tag.length());
|
String base = l.substr(0, last_tag_pos + last_tag.length());
|
||||||
if (manifest_sections.has("application_attribs")) {
|
if (manifest_sections.has("APPLICATION_ATTRIBS")) {
|
||||||
for (List<String>::Element *E = manifest_sections["application_attribs"].front(); E; E = E->next()) {
|
for (List<String>::Element *E = manifest_sections["APPLICATION_ATTRIBS"].front(); E; E = E->next()) {
|
||||||
String to_add = E->get().strip_edges();
|
String to_add = E->get().strip_edges();
|
||||||
base += " " + to_add + " ";
|
base += " " + to_add + " ";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user