From 809304cbb3d6b5fa45d849712fc7288654687cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 22 Oct 2021 14:39:34 +0200 Subject: [PATCH] README: fix cross-building instructions Copy-pasting and mental 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 16e617b..d6bfc50 100644 --- a/README.adoc +++ b/README.adoc @@ -61,7 +61,7 @@ for Windows. It isn't particularly usable on that system, if only because selection watching is a very X11/Wayland-specific feature. Beware that build dependencies take up almost a gigabyte of disk space. - $ sh cmake/Win64Depends.cmake + $ sh cmake/Win64Depends.sh $ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \ -DCMAKE_BUILD_TYPE=Release -B build $ cmake --build build -- package