monero: fix cross-build

This commit is contained in:
John 2021-02-20 12:32:00 +01:00
parent 1a18a2ced4
commit ff23fcb468

View file

@ -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
}