EditorExport: Allow export plugins to add shared libraries
(cherry picked from commit a38b59b656
)
This commit is contained in:
parent
9e4d34aebb
commit
548ec63f76
1 changed files with 0 additions and 2 deletions
|
@ -274,8 +274,6 @@ void EditorExportPlatform::gen_debug_flags(Vector<String> &r_flags, int p_flags)
|
||||||
}
|
}
|
||||||
|
|
||||||
Error EditorExportPlatform::_save_pack_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total) {
|
Error EditorExportPlatform::_save_pack_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total) {
|
||||||
if (p_path.ends_with(".so") || p_path.ends_with(".dylib") || p_path.ends_with(".dll"))
|
|
||||||
return OK;
|
|
||||||
|
|
||||||
PackData *pd = (PackData *)p_userdata;
|
PackData *pd = (PackData *)p_userdata;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue