diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 19:28:06 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 19:28:06 (EDT) |
commit | a8432c6b7b32a0e2228ba27fd9deba5bb75834fc (patch) | |
tree | 1587ff125464e724bb1642dc5042c485055bd503 /build | |
parent | 85700285e0155db9b28c33850cd882a4aff7859e (diff) |
build: Use oh-shlibdeps
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |