axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
868 stars 195 forks source link

lua-bindings requires optional extensions #1109

Closed Xrysnow closed 1 year ago

Xrysnow commented 1 year ago

lua-bindings requires many optional extensions such as cocostudio, this prevents me from disabling some of them. I think it's better to add the AX_ENABLE_EXT_ conditions to cmake. https://github.com/axmolengine/axmol/blob/6427e6e53cbe8b75829f96887a23ca501632c062/extensions/scripting/lua-bindings/CMakeLists.txt#L81-L95

halx99 commented 1 year ago

Could you post a merge request, and the extensions condtion of axmol should be AX_ENABLE_EXT_

iAndyHD3 commented 1 year ago

this just happened to me, where i wanted to disable extensions but since i was using lua i could not

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.