summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
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)