From 17d9b3cf4c5a05cb5ad0f7898b3924149735706d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 9 Apr 2024 19:35:41 +0200 Subject: Win64Depends.sh: improve compatibility --- Win64Depends.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Win64Depends.sh') diff --git a/Win64Depends.sh b/Win64Depends.sh index 8d68ec7..bff86eb 100644 --- a/Win64Depends.sh +++ b/Win64Depends.sh @@ -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 -- cgit v1.2.3