summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-03-24 17:50:09 +0100
committerMichel Zou2024-03-24 17:50:09 +0100
commit1cccc29e6a2420d06a36a7d3397d6bb1e87e4391 (patch)
treee1d1e5b747774bb21b01afeb9094a6f92a97dece
parent9b0f50c460ad0be8a61575f4628c50e5b6a5c343 (diff)
downloadaur-1cccc29e6a2420d06a36a7d3397d6bb1e87e4391.tar.gz
detect
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f7449bcef94..e8bb52f095dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ build() {
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
CC_FOR_BUILD=gcc ${_arch}-configure \
- --enable-cxx \
+ --enable-cxx=detect \
--disable-static
make
popd