summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-11 02:19:32 -0500
committerVincent Grande2021-01-11 02:19:32 -0500
commita487a92d5b7079cf87a732b4337fe46851e052c1 (patch)
tree784d6a88b8112d87d041413f95848a271ec3868c
parent20066ac30cd2dab3dc7bc56f52489467480a58c0 (diff)
downloadaur-a487a92d5b7079cf87a732b4337fe46851e052c1.tar.gz
fix
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 338d6a205d0f..f9064a102ecb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ build() {
export CXX="g++ -m32"
export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
- arch-meson pango build --libdir=/usr/lib32 -D introspection=disabled -D
+ arch-meson pango build --libdir=/usr/lib32 -D introspection=disabled
ninja $NINJAFLAGS -C build
}