Skip to content

Commit 0b7e478

Browse files
authored
Merge pull request TritonDataCenter#21 from hadfl/libpng
update libpng to 1.6.40
2 parents bfec65c + 091c178 commit 0b7e478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for dir in seabios vgabios kvm/test; do
88
cp roms/${dir}/config.mak.tmpl roms/${dir}/config.mak
99
done
1010

11-
PNGVER="1.6.39"
11+
PNGVER="1.6.40"
1212
PNGDIR="${PWD}/libpng-${PNGVER}"
1313
PNGINC="${PNGDIR}/proto/usr/local/include"
1414
PNGLIB="${PNGDIR}/proto/usr/local/lib"

0 commit comments

Comments
 (0)