From 42b6da1ffe7d489d237a33b73f3d31392a41a856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 22 Oct 2021 14:41:37 +0200 Subject: README: fix cross-building instructions Copy-pasting and exhaustion do not go well together. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3