scripts: gha: set proper PKG_CONFIG_PATH when building 32-bit SDL

This commit is contained in:
Alibek Omarov
2024-07-02 19:26:39 +03:00
parent c8469071bf
commit 3088c7f198

View File

@@ -16,6 +16,7 @@ build_sdl2()
if [ "$ARCH" = "i386" ]; then
export CFLAGS="-msse2 -march=i686 -m32 -ggdb -O2"
export LDFLAGS="-m32"
export PKG_CONFIG_PATH="/usr/lib/i386-linux-gnu/pkgconfig"
fi
# TODO: enable pipewire after we migrate from 20.04