Conversation
13d2d38 to
79002a5
Compare
|
#508 修复这个issue |
|
It still failed to build on my M2 Pro chip model. First of all, I met an error threw by CMake in However I still met an error within the compatibility of the implementation of sol2 library. With the assist of AI agent, I found that the problem lies in // return a reference to the temporary object
T temp(std::forward<Args>(args)...);
m_value = std::addressof(temp);
return *m_value;I've pushed the fixes to my fork. Here's the link: https://github.com/AMagicPear/Piccolo-macOS-fix/tree/macos_arm_feature With these fixes, the editor can be successfully built and launched. |

增加了macos arm芯片的编译适配