Implement GDExtension export plugin.
This commit is contained in:
parent
cfd21adf64
commit
98d0af7d5c
13 changed files with 231 additions and 52 deletions
|
|
@ -1440,7 +1440,7 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
|
|||
}
|
||||
String pack_path = dest_dir + binary_name + ".pck";
|
||||
Vector<SharedObject> libraries;
|
||||
Error err = save_pack(p_preset, pack_path, &libraries);
|
||||
Error err = save_pack(p_preset, p_debug, pack_path, &libraries);
|
||||
if (err) {
|
||||
return err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue