2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

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