Skip to content

Commit

Permalink
scripts/Windows/build-mingw-prereqs.sh: use libmodbus branch fix-ming…
Browse files Browse the repository at this point in the history
…w-build temporarily

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 20, 2025
1 parent 3b42c9b commit ed7fa62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/Windows/build-mingw-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ provide_libmodbus_git() (
PKGCFG_NAME="libmodbus"
DEP_PRJNAME="libmodbus-git"
DEP_GITREPO="https://github.com/networkupstools/libmodbus"
DEP_VERSION="rtu_usb" # Git branch/tag/commit point
#DEP_VERSION="rtu_usb" # Git branch/tag/commit point
DEP_VERSION="fix-mingw-build" # TEMP
DEP_DIRNAME="${DEP_PRJNAME}-${DEP_VERSION}"

FORCE=false
Expand Down

0 comments on commit ed7fa62

Please sign in to comment.