On Wed, Apr 22, 2020 at 09:48:54AM +0000, xueming wrote: > Add user interaction features. The default build is 64-bits. > if you want to build 32-bits on x86_64, need to pass parameters of i686. > Merge -vv and -v into the method > > Signed-off-by: xueming <xuemingx.zh...@intel.com> > --- > devtools/test-meson-builds.sh | 64 +++++++++++++++++++++++++++++++---- > 1 file changed, 58 insertions(+), 6 deletions(-) > I'm wondering if this would be better done using a cross-file, rather than overriding a bunch of environment variables - the pkg-config one would be especially relevant. A separate cross-file could be used for debian-based and fedora-based OS's with correct 32-bit paths and parameters in each.
What do you think? /Bruce