Added ldconfig invocation for OpenBSD

This commit is contained in:
Bob Polis 2023-04-15 23:29:38 +02:00
parent 7e6f419ec7
commit 084df383b8

View File

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