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