Re: [gentoo-dev] meson.eclass second draft

2017-05-04 Thread Mart Raudsepp
Ühel kenal päeval, N, 04.05.2017 kell 18:48, kirjutas William Hubbs: > if tc-is-cross-compiler; then > _meson_create_cross_file || die "unable to write > meson cross file" > mesonargs+=( > --cross-file "${T}"/meson.crossfile >

[gentoo-dev] meson.eclass second draft

2017-05-04 Thread William Hubbs
All, here is meson.eclass after the changes from the first posting. Mgorny, I don't quite understand your question about the install command: DESTDIR="${ED}" eninja -v -c install I think it is ok, I don't think DESTDIR= has any bearing on EPREFIX. Here's the attachment. William # Copyright 2