summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-05-10 21:49:40 +0200
committerMichel Zou2024-05-10 21:49:40 +0200
commit22109b1120c7b86c087ed007e638cb6c202e3393 (patch)
treebdd30eaa9a01cccd7c3ac9b5472e688c57667a39
parente367817901c2dc373b12b7465e70f2ef974b74d5 (diff)
downloadaur-22109b1120c7b86c087ed007e638cb6c202e3393.tar.gz
cleanup
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25fdce3ce1be..6d705bcbb458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ build() {
cd "ThirdParty-Mumps-releases-$pkgver"
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
- FFLAGS="-fallow-argument-mismatch" LIBS="-lssp" ${_arch}-configure lt_cv_deplibs_check_method=pass_all cross_compiling=yes ..
+ FFLAGS="-fallow-argument-mismatch" LIBS="-lssp" ${_arch}-configure lt_cv_deplibs_check_method=pass_all ..
make -j1
popd
done