Skip to content

Commit bfec65c

Browse files
authored
Merge pull request TritonDataCenter#20 from hadfl/libpng
update libpng to 1.6.39
2 parents da02aae + 33a6104 commit bfec65c

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.38"
11+
PNGVER="1.6.39"
1212
PNGDIR="${PWD}/libpng-${PNGVER}"
1313
PNGINC="${PNGDIR}/proto/usr/local/include"
1414
PNGLIB="${PNGDIR}/proto/usr/local/lib"

0 commit comments

Comments
 (0)