summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-11-10 19:32:05 -0500
committerVincent Grande2020-11-10 19:32:05 -0500
commit7483d28f450e7f2a8116037bb6576e245ffae258 (patch)
tree8d402f712cc8d7deecd11d3b71c1af4c2e7b31b7
parent1553f4c3f55bd7d11edf18307355cd0684a312f6 (diff)
downloadaur-7483d28f450e7f2a8116037bb6576e245ffae258.tar.gz
pkg_config update
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee960c7f2b70..1afa897f0a68 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ prepare() {
build() {
export CC="gcc -m32"
export CXX="g++ -m32"
- export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+ export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
arch-meson pango build --libdir=/usr/lib32 -D introspection=disabled -D libthai=disabled
ninja -C build