Skip to content

build.sh: pass MESON_CONFFLAGS to meson builds instead of CONFFLAGS

Alan Coopersmith requested to merge alanc/modular:meson-confflags into master

Since meson & autoconf have different formats for command line flags (-Dfoo=bar instead of --with-foo=bar or --enable-foo), this lets the feature to pass common flags via environment variable work now that we build with both tools.

Signed-off-by: Alan Coopersmith

Merge request reports