mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fixed if-statement for running ldconfig on newer Ubuntu
This commit is contained in:
6
Makefile
6
Makefile
@@ -175,9 +175,9 @@ install: banner install_headers $(lib_target)
|
||||
cd $(inst_path) ; \
|
||||
ln -sf $(lib_target) $(libname_shared_major_version) ; \
|
||||
ln -sf $(libname_shared_major_version) $(libname_shared)
|
||||
ifneq ($(OS),Darwin)
|
||||
ldconfig
|
||||
endif
|
||||
if test "$(OS)" != "Darwin" ; then \
|
||||
ldconfig ; \
|
||||
fi
|
||||
@echo "Install shared library: Done."
|
||||
else
|
||||
install: banner install_headers $(lib_target)
|
||||
|
||||
Reference in New Issue
Block a user