summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-04-20 18:25:02 +0200
committerMichel Zou2023-04-20 18:25:02 +0200
commit1cdb322595c15e00f4cd979b372e6b5e7e6fda60 (patch)
treef14b41cac5dd977932d640cc37050d3a0f99863f /PKGBUILD
parent78177c93b647bd63b50a038511d4861cb380baea (diff)
downloadaur-mingw-w64-nauty.tar.gz
cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0a65484a057..6cf77d7654c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ prepare() {
build() {
for _arch in ${_architectures}; do
pushd build-${_arch}
- ${_arch}-configure --disable-popcnt allow_popcnt=0 enable_popcnt=0 have_popcntll=0 .
+ ${_arch}-configure --enable-generic .
make
popd
done