luamake icon indicating copy to clipboard operation
luamake copied to clipboard

Cannot build on linux

Open i-void opened this issue 5 years ago • 1 comments

When trying to use this command:

ninja -f ninja/linux.ninja

It gives following error.

[0/3] cd 3rd/bee.lua && ninja -f ninja/linux.ninja
ninja: error: loading 'ninja/linux.ninja': No such file or directory
FAILED: build/linux/_/bee 
cd 3rd/bee.lua && ninja -f ninja/linux.ninja
ninja: build stopped: subcommand failed.

ninja version: 1.9.0 system: Manjaro 15.10

i-void avatar May 08 '19 14:05 i-void

git submodule update --init --recursive

actboy168 avatar May 08 '19 14:05 actboy168