Added ldconfig invocation for OpenBSD

This commit is contained in:
Bob Polis 2023-04-15 23:30:04 +02:00
parent 21c9d0833e
commit b58dbdfdde

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