meta: set meson_crossfile on both do-patch and do-configure
This commit is contained in:
@@ -77,6 +77,7 @@ EOF
|
|||||||
do_configure() {
|
do_configure() {
|
||||||
: ${meson_cmd:=meson}
|
: ${meson_cmd:=meson}
|
||||||
: ${meson_builddir:=build}
|
: ${meson_builddir:=build}
|
||||||
|
: ${meson_crossfile:=xbps_meson.cross}
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --cross-file=${meson_crossfile}"
|
configure_args+=" --cross-file=${meson_crossfile}"
|
||||||
|
|||||||
Reference in New Issue
Block a user