Skip to content

Commit

Permalink
scripts/Windows/build-mingw-prereqs.sh: use libmodbus-git fork/branch…
Browse files Browse the repository at this point in the history
… recommended by NUT instructions

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 28, 2025
1 parent 4403b5e commit ebdaff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/Windows/build-mingw-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,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_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 ebdaff3

Please sign in to comment.