diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-22 14:41:37 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-22 14:41:37 +0200 |
commit | 42b6da1ffe7d489d237a33b73f3d31392a41a856 (patch) | |
tree | da0d38f78b31dec6e151f180376b7488a1b62d4f | |
parent | 98f16c2c763a48824e6fddec4cb1ee68e67b4411 (diff) | |
download | logdiag-42b6da1ffe7d489d237a33b73f3d31392a41a856.tar.gz logdiag-42b6da1ffe7d489d237a33b73f3d31392a41a856.tar.xz logdiag-42b6da1ffe7d489d237a33b73f3d31392a41a856.zip |
README: fix cross-building instructions
Copy-pasting and exhaustion do not go well together.
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 6f9d848..fbd7109 100644 --- a/README.adoc +++ b/README.adoc @@ -99,7 +99,7 @@ Just install MinGW-w64 and let automation take care of the rest. Alternatively, for an unnecessarily bloated MSYS2-based 64-bit build: - $ sh Win64Depends.cmake + $ sh Win64Depends.sh $ cmake -DCMAKE_TOOLCHAIN_FILE=ToolchainCrossWin64.cmake \ -DCMAKE_BUILD_TYPE=Release -B build $ cmake --build build -- package |