Skip to content

Commit

Permalink
为安卓导出的依赖库添加架构标签
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Apr 13, 2024
1 parent e31f879 commit 3c38957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gd_eos/src/editor/eos_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void EOSExportPlugin::_export_begin(const PackedStringArray &features, bool is_d
}
}
ERR_FAIL_COND_MSG(arch.is_empty(), "EOS Exporting: Unknown architechture, can't add shared object.");
add_shared_object(binary_base_dir.path_join("android").path_join(arch).path_join("libEOSSDK.so"), {}, "/");
add_shared_object(binary_base_dir.path_join("android").path_join(arch).path_join("libEOSSDK.so"), Array::make(arch), "/");
}
}

Expand Down

0 comments on commit 3c38957

Please sign in to comment.