From 98f16c2c763a48824e6fddec4cb1ee68e67b4411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 22 Oct 2021 00:08:58 +0200 Subject: Further minor improvements to cross-compilation --- Win64Depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Win64Depends.sh') diff --git a/Win64Depends.sh b/Win64Depends.sh index 98b64a9..2176eae 100644 --- a/Win64Depends.sh +++ b/Win64Depends.sh @@ -56,7 +56,7 @@ 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)|" lib/pkgconfig/*.pc + sed -i "s|^prefix=/mingw64|prefix=$(pwd)|" {share,lib}/pkgconfig/*.pc } mkdir -p win32-depends -- cgit v1.2.3