We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdba271 commit 19ef687Copy full SHA for 19ef687
.github/actions/configure-x32/action.yml
@@ -10,6 +10,7 @@ runs:
10
run: |
11
set -x
12
13
+ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/i386-linux-gnu/pkgconfig"
14
./buildconf --force
15
export CFLAGS="-m32 -msse2"
16
export CXXFLAGS="-m32 -msse2"
0 commit comments