Skip to content

Commit bfe55a3

Browse files
committed
use host_options_windows
1 parent fc63b62 commit bfe55a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare -a rest
6161

6262
help_message=" bash $0 [--win32] [--win64] [--all] [clean|cleanall|preload-images] [--env-file file] [--date YYYYmmdd-HHMM] [--disable-strip] [--without-pdf] [--with-html] [--develop] [--debug] [--jobs N] [--help]"
6363

64-
host_options "${help_message}" $@
64+
host_options_windows "${help_message}" $@
6565

6666
echo
6767
echo "Host helper functions source script: \"${host_functions_script_path}\"."

scripts/helper

0 commit comments

Comments
 (0)