WIP: debug libjpeg in windows pkg-config CI

This commit is contained in:
Alexandre Esteves
2026-01-04 23:22:26 +00:00
parent 0af484fde6
commit 05a20d2297

View File

@@ -539,6 +539,9 @@ jobs:
id: windows_cli_build
shell: msys2 {0}
run: |
pkg-config --list-all
pkg-config --list-all --debug
export PATH=$PATH:/c/ghcup/bin:$(echo /c/tools/ghc-*/bin || echo)
scripts/desktop/prepare-openssl-windows.sh
openssl_windows_style_path=$(echo `pwd`/dist-newstyle/openssl-3.0.15 | sed 's#/\([a-zA-Z]\)#\1:#' | sed 's#/#\\#g')