Miss the Makefile of luajit

I can’t find the Makefile of luajit in https://github.com/cocos2d/cocos2d-x/tree/develop/external/lua/luajit/src

In that case I can’t use build_ios.sh to make my own .a lib.
The reason I have to make my own .a lib is I want to turn on the -DLUAJIT_ENABLE_LUA52COMPAT

cocos2d-x 3.0rc0

You can use external/lua/luajit/build_ios.sh.

@samuele3hu
Yes. But build_ios.sh should use Makefile too.

Yeah,the related Makefile was in luajit/src/Makefile.But it seems some errors,i will check it as soon as possible.

@samuele3hu
I can’t find the Makefile here [[https://github.com/cocos2d/cocos2d-x/tree/develop/external/lua/luajit/src]] and [[https://github.com/cocos2d/cocos2d-x/tree/develop/external/lua/luajit/src/src]] neither.

Sorry,I found the related Makefile were in the ignored list.So they must be force to add as soon as possible.

I get the pr.
Thank you.