Win64Depends.sh: improve compatibility
Arch Linux AUR Success Details
Alpine 3.19 Success Details

This commit is contained in:
Přemysl Eric Janouch 2024-04-09 19:35:41 +02:00
parent 2aa0a6231c
commit 17d9b3cf4c
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ configure() {
> lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
# pkgconf has a command line option for this, but CMake can't pass it.
sed -i "s|^prefix=/mingw64|prefix=$(pwd)|" {share,lib}/pkgconfig/*.pc
sed -i "s|^prefix=/mingw64|prefix=$(pwd)|" \
share/pkgconfig/*.pc lib/pkgconfig/*.pc
}
mkdir -p win32-depends