Skip to content

Commit

Permalink
some x11 libs install to share/pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 30, 2024
1 parent 5ea93c5 commit 8021503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export CFLAGS="-I${DEPSDIR}/include"
export CPPFLAGS="-I${DEPSDIR}/include"
export CXXFLAGS="${CPPFLAGS}"
export LDFLAGS="-L${DEPSDIR}/lib"
export PKG_CONFIG_PATH="${DEPSDIR}/lib/pkgconfig"
export PKG_CONFIG_PATH="${DEPSDIR}/lib/pkgconfig:${DEPSDIR}/share/pkgconfig"

echo "::endgroup::"
########
Expand Down

0 comments on commit 8021503

Please sign in to comment.