diff options
| -rw-r--r-- | Win64Depends.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
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  | 
