Skip to content

Commit

Permalink
Merge pull request #10739 from shindere/fix-install
Browse files Browse the repository at this point in the history
Stop installling executable programs in LIBDIR

(cherry picked from commit 3fa2cfc)
  • Loading branch information
Octachron committed Nov 19, 2021
1 parent 1727571 commit b0fb4ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ OCaml 4.14.0
- #10717: Simplify the installation of man pages
(Sébastien Hinderer, review by David Allsopp)

- #10739: Stop installing extract_crc
(Sébastien Hinderer, review by David Allsopp, Daniel Bünzli, Xavier Leroy
and Gabriel Scherer)

### Bug fixes:

- #9214, #10709: Wrong unmarshaling of function pointers in debugger mode.
Expand Down
1 change: 0 additions & 1 deletion otherlibs/dynlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ ifeq "$(INSTALL_SOURCE_ARTIFACTS)" "true"
dynlink.cmti dynlink.mli \
"$(INSTALL_LIBDIR)"
endif
$(INSTALL_PROG) $(extract_crc) "$(INSTALL_LIBDIR)"

installopt:
if $(NATDYNLINK); then \
Expand Down

0 comments on commit b0fb4ab

Please sign in to comment.