Skip to content

Commit

Permalink
scripts: gha: set proper PKG_CONFIG_PATH when building 32-bit SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 2, 2024
1 parent c846907 commit 3088c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gha/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3088c7f

Please sign in to comment.