From ff23fcb4681ea502c6f6b3764f035b193975b720 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 20 Feb 2021 12:32:00 +0100 Subject: [PATCH] monero: fix cross-build --- srcpkgs/monero/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template index 76537f0e249..bb2f0600d94 100644 --- a/srcpkgs/monero/template +++ b/srcpkgs/monero/template @@ -77,7 +77,7 @@ pre_build() { # but is not included in the binary package. It thus needs to be # built for the host CC=${CC_host} CFLAGS="${XBPS_CFLAGS}" LDFLAGS="${XBPS_LDFLAGS}" \ - make -C build ${makejobs} generate_translations_header + ninja -C build ${makejobs} generate_translations_header fi }