We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020f9e8 commit 89c6ff3Copy full SHA for 89c6ff3
otherlibs/Makefile.otherlibs.common
@@ -131,6 +131,9 @@ installopt:
131
if test -f $(LIBNAME).cmxs; then \
132
$(INSTALL_PROG) $(LIBNAME).cmxs "$(INSTALL_LIBDIR_LIBNAME)"; \
133
fi
134
+ifeq "$(SUPPORTS_SHARED_LIBRARIES)" "true"
135
+ $(INSTALL_PROG) dll$(CLIBNAME_NATIVE)$(EXT_DLL) "$(INSTALL_STUBLIBDIR)"
136
+endif
137
ifneq "$(STUBSLIB_NATIVE)" ""
138
$(INSTALL_DATA) $(STUBSLIB_NATIVE) "$(INSTALL_LIBDIR)/"
139
endif
0 commit comments