You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix gdextensionlibs.json storage path in Android gradle build
It should relative to gradle build directory
This commit is contained in:
@@ -3096,7 +3096,7 @@ Error EditorExportPlatformAndroid::export_project_helper(const Ref<EditorExportP
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
if (user_data.libs.size() > 0) {
|
if (user_data.libs.size() > 0) {
|
||||||
Ref<FileAccess> fa = FileAccess::open(GDEXTENSION_LIBS_PATH, FileAccess::WRITE);
|
Ref<FileAccess> fa = FileAccess::open(gdextension_libs_path, FileAccess::WRITE);
|
||||||
fa->store_string(JSON::stringify(user_data.libs, "\t"));
|
fa->store_string(JSON::stringify(user_data.libs, "\t"));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user