···112233+- Fix build on Windows with `sys-msvc`.
44+ Thanks to Antonin Décimo and Nicolás Ojeda Bär (#253).
3546- Add `.NOTPARALLEL` to makefile.
55- Thanks to Antonin Decimo for the report and patch (#252).
77+ Thanks to Antonin Décimo for the report and patch (#252).
6879v2.1.0 2025-11-25 Zagreb
810------------------------
+3-2
vendor/opam/cmdliner/Makefile
···2424NATIVE=$(shell ocamlopt -version > /dev/null 2>&1 && echo true)
2525# EXT_LIB by default value of OCaml's Makefile.config
2626# NATDYNLINK by default value of OCaml's Makefile.config
2727+# EXE by default value of OCaml's Makefile.config
27282829INSTALL=install
2930B=_build
···6667 ocaml build.ml cmxs
67686869build-byte-exe: build-byte
6969- ocaml build.ml bytexe
7070+ ocaml build.ml bytexe "$(EXE)"
70717172build-native-exe: build-native
7272- ocaml build.ml natexe
7373+ ocaml build.ml natexe "$(EXE)"
73747475build-completions: $(BUILD-EXE)
7576 $(TOOL) generic-completion bash > $(TOOLBDIR)/bash-completion.sh