XenoScan icon indicating copy to clipboard operation
XenoScan copied to clipboard

BUILDING LuaJIT BECAUSE lua51.lib DOESN'T EXIST

Open jobeth213 opened this issue 6 years ago • 1 comments

Hi man. I have tried to build your source code in visual studio cmd but some error pops up. "BUILDING LuaJIT BECAUSE lua51.lib DOESN'T EXIST. The system cannot find the path specified." What is this error please help me thank you 👍

jobeth213 avatar Mar 22 '18 12:03 jobeth213

Thats because you didnt clone the submodule..

If you've already cloned the repo run:

git submodule update --init --recursive

cswl avatar Jul 02 '18 13:07 cswl