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 260f9e0 commit b4f9e69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/Windows/build-mingw-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,11 @@ provide_libmodbus_git() (
# Provide the libmodbus version with RTU USB support
PKGCFG_NAME="libmodbus"
DEP_PRJNAME="libmodbus-git"
DEP_GITREPO="https://github.com/networkupstools/libmodbus"
DEP_VERSION="rtu_usb" # Git branch/tag/commit point
#DEP_GITREPO="https://github.com/networkupstools/libmodbus"
#DEP_VERSION="rtu_usb" # Git branch/tag/commit point
# Use PR #3 temporarily:
DEP_GITREPO="https://github.com/jimklimov/libmodbus" # TEMP
DEP_VERSION="fix-mingw-build" # TEMP
DEP_DIRNAME="${DEP_PRJNAME}-${DEP_VERSION}"

FORCE=false
Expand Down

0 comments on commit b4f9e69

Please sign in to comment.