From a8432c6b7b32a0e2228ba27fd9deba5bb75834fc Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 14 May 2019 19:28:06 -0400 Subject: build: Use oh-shlibdeps --- (limited to 'build') diff --git a/build b/build index 6a5705d..1069239 100755 --- a/build +++ b/build @@ -220,6 +220,7 @@ $(installnative_targets): gcc-$(base_version)-$(target) \ g++-$(base_version)-$(target) \ " oh-installfiles -d "$(destdir)" + oh-shlibdeps $(installcross_targets): oh-autoinstall -B "$(builddir)" -d "$(destdir)" -T install-gcc -- \ @@ -249,5 +250,6 @@ $(installcross_targets): gcc-$(base_version)-$(target) \ g++-$(base_version)-$(target) \ " oh-installfiles -d "$(destdir)" + oh-shlibdeps install: $(install_targets) -- cgit v0.9.1