Skip to content

Commit

Permalink
Merge pull request TritonDataCenter#21 from hadfl/libpng
Browse files Browse the repository at this point in the history
update libpng to 1.6.40
  • Loading branch information
oetiker authored Jul 3, 2023
2 parents bfec65c + 091c178 commit 0b7e478
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.39"
PNGVER="1.6.40"
PNGDIR="${PWD}/libpng-${PNGVER}"
PNGINC="${PNGDIR}/proto/usr/local/include"
PNGLIB="${PNGDIR}/proto/usr/local/lib"
Expand Down

0 comments on commit 0b7e478

Please sign in to comment.