Skip to content

Commit

Permalink
Merge pull request TritonDataCenter#19 from hadfl/libpng
Browse files Browse the repository at this point in the history
update libpng to 1.6.38
  • Loading branch information
oetiker authored Sep 19, 2022
2 parents d91ae2a + 91ea090 commit da02aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for dir in seabios vgabios kvm/test; do
cp roms/${dir}/config.mak.tmpl roms/${dir}/config.mak
done

PNGVER="1.6.37"
PNGVER="1.6.38"
PNGDIR="${PWD}/libpng-${PNGVER}"
PNGINC="${PNGDIR}/proto/usr/local/include"
PNGLIB="${PNGDIR}/proto/usr/local/lib"
Expand Down

0 comments on commit da02aae

Please sign in to comment.