From c697aa604fe8324a1d83c976ba911e0997928ad3 Mon Sep 17 00:00:00 2001 From: Iain Russell <40060766+iainrussell@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:35:14 +0100 Subject: [PATCH] Add openjpeg to Windows build --- scripts/build-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-windows.sh b/scripts/build-windows.sh index 5732c51..37d9e67 100644 --- a/scripts/build-windows.sh +++ b/scripts/build-windows.sh @@ -33,7 +33,7 @@ echo git $url $sha1 > versions vcpkg install pkgconf -for p in libpng +for p in libpng openjpeg do vcpkg install $p:$WINARCH-windows n=$(echo $p | sed 's/\[.*//')