summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-11-10 19:18:30 -0500
committerVincent Grande2020-11-10 19:18:30 -0500
commit1faa884b463990bc46a044c1b56703340123d9ee (patch)
treedc01d686e783fcf32b036044f56eaa6a08f6029c
parent8b61f5da4d588aecdb3b4cd369eb1ff624215857 (diff)
downloadaur-1faa884b463990bc46a044c1b56703340123d9ee.tar.gz
pkg_config update
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9381e8a8873..6722ccbce9c1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ 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"
./configure --prefix=/usr \
--libdir=/usr/lib32 \