Skip to content

Commit

Permalink
scripts/Windows/build-mingw-prereqs.sh: document example usage for no…
Browse files Browse the repository at this point in the history
…n-Windows targets [#1491]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 20, 2025
1 parent b856c60 commit c176f5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Windows/build-mingw-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# and `false` programs being available (in PATH or at all) so we
# `echo ""` instead.
# TODO: Support `make uninstall` attempts for older versions?..
#
# NOTE: Experimentally can use for prerequisites on other platforms, e.g.
# SUDO=" " PREFIX_ROOT="${HOME}/nut-deps-inst" \
# ARCH="`uname -s`-`uname -p`" ./scripts/Windows/build-mingw-prereqs.sh

prepareEnv() {
[ -n "${MAKE-}" ] || {
Expand Down

0 comments on commit c176f5d

Please sign in to comment.