dimkr / loksh

A Linux port of OpenBSD's ksh
115 stars 6 forks source link

Add a Makefile that runs Meson, for easier transition #15

Closed dimkr closed 1 year ago

orbea commented 3 years ago

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

dimkr commented 3 years ago

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

orbea commented 3 years ago

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...