Added ldconfig invocation for OpenBSD

This commit is contained in:
Bob Polis 2023-04-15 23:31:13 +02:00
parent 00b562337d
commit cce7bd8958

View File

@ -115,3 +115,6 @@ ifeq ($(UNAME_S),Linux)
ldconfig
cd $(LIBDIR) && ln -sf $(SONAME) $(LINKERNAME)
endif
ifeq ($(UNAME_S),OpenBSD)
ldconfig -R
endif