loksh icon indicating copy to clipboard operation
loksh copied to clipboard

Add a Makefile that runs Meson, for easier transition

Open dimkr opened this issue 5 years ago • 3 comments

dimkr avatar May 08 '20 10:05 dimkr

I suggest that ninja is not hardcoded. Users could also use samu from the samurai project which is fully viable.

https://github.com/michaelforney/samurai

orbea avatar Aug 19 '20 16:08 orbea

@orbea Isn't ninja a symlink to samu in Alpine? :thinking:

dimkr avatar Aug 19 '20 17:08 dimkr

I don't know about Alpine, but it is not a symlink in Slackware. Slackware current by default uses ninja, but it allows setting NINJA=samu as an environment variable. Ideally they should be able to coexist on the same system, but that is not perfect in regards to meson where configure will find ninja first and I will use samu...

orbea avatar Aug 19 '20 17:08 orbea