Skip to content

Commit 19ef687

Browse files
committed
Fix missing pkg-config path
1 parent cdba271 commit 19ef687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/configure-x32/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ runs:
1010
run: |
1111
set -x
1212
13+
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/i386-linux-gnu/pkgconfig"
1314
./buildconf --force
1415
export CFLAGS="-m32 -msse2"
1516
export CXXFLAGS="-m32 -msse2"

0 commit comments

Comments
 (0)