aboutsummaryrefslogtreecommitdiff
path: root/Win64Depends.sh
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-08-12 12:39:21 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-08-12 12:39:21 +0200
commit4aeaf61c99a5f9cd593c88b2e3a480ae390026c3 (patch)
tree7ba6c54ff2353ecc6ca958299d97e406fde9cf5a /Win64Depends.sh
parentd5837555b8e939052698bce5cf7b45fac78d0b42 (diff)
downloadlogdiag-4aeaf61c99a5f9cd593c88b2e3a480ae390026c3.tar.gz
logdiag-4aeaf61c99a5f9cd593c88b2e3a480ae390026c3.tar.xz
logdiag-4aeaf61c99a5f9cd593c88b2e3a480ae390026c3.zip
Synchronize cross-compilation scripts
Diffstat (limited to 'Win64Depends.sh')
-rw-r--r--Win64Depends.sh6
1 files 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