summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kozik2019-05-16 23:38:59 +0200
committerAndrew Kozik2019-05-16 23:38:59 +0200
commit6fd103e88fd60f89320952cf8c73e0923b51edfe (patch)
tree0d19832d5870c3178dd63790207538b1f887b646
parent10ce6c2fc641f24c8b983590a1f31acb6da9b275 (diff)
downloadaur-6fd103e88fd60f89320952cf8c73e0923b51edfe.tar.gz
Fixed typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3644c4171e2d..dc09cd297b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ build() {
## Remove pthread shim code
patch include/compat/pthread.h < ../../01-pthread.patch
./autogen.sh
- CC="${_arch}-gcc" CCFLAGS="-pthread" CPPFLAGS="-D__MINGW_USE_VC2005_COMPAT"\
+ CC="${_arch}-gcc" CFLAGS="-pthread" CPPFLAGS="-D__MINGW_USE_VC2005_COMPAT"\
./configure --host=${_arch} --prefix=/usr/${_arch}
make
## make check