Skip to content

Commit

Permalink
[unreal]mac、ios ci失败
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Dec 6, 2024
1 parent 51e2d08 commit d4b8b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unreal/Puerts/Source/JsEnv/Private/PesapiAddonLoad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
static std::map<puerts::PString, puerts::PString> LoadedModules;

#if PLATFORM_IOS
int PesapiLoadFramework(puerts::String frameworkName, puerts::String entryClassName, pesapi_func_ptr* funcPtrArray);
int PesapiLoadFramework(puerts::PString frameworkName, puerts::PString entryClassName, pesapi_func_ptr* funcPtrArray);
#endif

MSVC_PRAGMA(warning(push))
Expand Down

0 comments on commit d4b8b21

Please sign in to comment.