From 4aeaf61c99a5f9cd593c88b2e3a480ae390026c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 12 Aug 2022 12:39:21 +0200 Subject: [PATCH] Synchronize cross-compilation scripts --- Win64Depends.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Win64Depends.sh b/Win64Depends.sh index 0a1dd89..105b1c8 100644 --- a/Win64Depends.sh +++ b/Win64Depends.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Win64Depends.sh: download dependencies from MSYS2 for cross-compilation +# Win64Depends.sh: download dependencies from MSYS2 for cross-compilation. # Dependencies: AWK, sed, sha256sum, cURL, bsdtar, wine64 repository=https://repo.msys2.org/mingw/mingw64/ @@ -55,7 +55,7 @@ configure() { wine64 bin/gdk-pixbuf-query-loaders.exe \ > lib/gdk-pixbuf-2.0/2.10.0/loaders.cache - # pkgconf has a command line option for this, but CMake can't pass it + # 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 } @@ -63,7 +63,7 @@ mkdir -p win32-depends cd win32-depends dbsync fetch mingw-w64-x86_64-gtk3 mingw-w64-x86_64-lua \ - mingw-w64-x86_64-libwinpthread-git # because we don't do "provides"? + mingw-w64-x86_64-libwinpthread-git # Because we don't do "provides"? verify extract configure