Skip to content

Commit ff3795f

Browse files
committed
docker-build: also build our own webp for linux engine build
1 parent 7b4e26f commit ff3795f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/build-external-dependencies

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ do
4747
# ogg, opus, opusfile: We need to build them ourselve when building
4848
# both amd64 and arm64 at the same time because Debian buster's opus
4949
# static libs are not multiarch compatible.
50-
_exec ./build.sh "${target}-default" ogg opus opusfile curl sdl2 glew openal ncurses naclsdk install
50+
# webp: We want to make sure we use the version we want to use.
51+
_exec ./build.sh "${target}-default" ogg opus opusfile curl sdl2 glew webp openal ncurses naclsdk install
5152
;;
5253
esac
5354
done

0 commit comments

Comments
 (0)