Skip to content

Commit 89c6ff3

Browse files
committed
Review
- Restore accidental fix of installation of native code stub libraries! (this fix should happen, but not as part of this work)
1 parent 020f9e8 commit 89c6ff3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

otherlibs/Makefile.otherlibs.common

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ installopt:
131131
if test -f $(LIBNAME).cmxs; then \
132132
$(INSTALL_PROG) $(LIBNAME).cmxs "$(INSTALL_LIBDIR_LIBNAME)"; \
133133
fi
134+
ifeq "$(SUPPORTS_SHARED_LIBRARIES)" "true"
135+
$(INSTALL_PROG) dll$(CLIBNAME_NATIVE)$(EXT_DLL) "$(INSTALL_STUBLIBDIR)"
136+
endif
134137
ifneq "$(STUBSLIB_NATIVE)" ""
135138
$(INSTALL_DATA) $(STUBSLIB_NATIVE) "$(INSTALL_LIBDIR)/"
136139
endif

0 commit comments

Comments
 (0)