mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[iOS] Fix dylib GDExtension convertion.
This commit is contained in:
parent
739019e4e4
commit
824324e7c4
1 changed files with 1 additions and 1 deletions
|
@ -1628,7 +1628,7 @@ Error EditorExportPlatformIOS::_copy_asset(const Ref<EditorExportPreset> &p_pres
|
||||||
|
|
||||||
asset_path = asset_path.path_join(framework_name);
|
asset_path = asset_path.path_join(framework_name);
|
||||||
destination_dir = p_out_dir.path_join(asset_path);
|
destination_dir = p_out_dir.path_join(asset_path);
|
||||||
destination = destination_dir.path_join(file_name);
|
destination = destination_dir;
|
||||||
|
|
||||||
// Convert to framework and copy.
|
// Convert to framework and copy.
|
||||||
Error err = _convert_to_framework(p_asset, destination, p_preset->get("application/bundle_identifier"));
|
Error err = _convert_to_framework(p_asset, destination, p_preset->get("application/bundle_identifier"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue