On Fri, Mar 29, 2019 at 03:13:20PM -0500, Bruce Dubbs via blfs-dev wrote:
> > 
> > The commit referenced there,
> > https://github.com/Kiku-git/meson/commit/dab7c448e52e5c3a2691e8d84ec35348078678bd
> > has a comment
> > 
> >   Since 0.50.0, it is also possible to get a list of all build options
> >   by invoking `meson configure` with the project source directory or
> >   the path to the root `meson.build`
> > 
> > None of those work for me with 0.49.2.
> 
> Yeah,  It looks like a catch-22.  Doesn't work until we update to
> meson-9.50, but that breaks other things.  :)
> 
I got it working on 0.49.2 :

meson ..
meson configure | less
 not too bad on a 100-column term, wraps a bit
 select options to use
meson --prefix=/usr -Dfirst_option=true [...] --reconfigure ..

ĸen
-- 
  It is said that there are two great unsolved problems in computer
  science: naming, cache invalidation, and off-by-one errors.
                         -- Ben Bullock
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to