From a61bf2b8dcf2b2f287267a49a99541c4ed33ac6c Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Mon, 20 Jan 2025 16:29:39 +0000 Subject: [PATCH] scripts/Windows/build-mingw-prereqs.sh: document that libmodbus is also covered [#1491] Signed-off-by: Jim Klimov --- scripts/Windows/build-mingw-prereqs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Windows/build-mingw-prereqs.sh b/scripts/Windows/build-mingw-prereqs.sh index f5002b70b6..17124c8f9c 100755 --- a/scripts/Windows/build-mingw-prereqs.sh +++ b/scripts/Windows/build-mingw-prereqs.sh @@ -6,7 +6,9 @@ # Helper automating the nuances from NUT::scripts/Windows/README.adoc # to provide prerequisites needed in semi-native or cross-builds. # -# NOTE: Currently constrained to providing net-snmp under MSYS2. +# NOTE: Currently constrained to providing net-snmp under MSYS2 +# (where not packaged/installed) and custom libmodbus from NUT Git. +# # We can not rely on certain common shell facilities like `true` # and `false` programs being available (in PATH or at all) so we # `echo ""` instead.