summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index cea1ea2..dc8273e 100755
--- a/build
+++ b/build
@@ -85,7 +85,7 @@ install.stamp: build
rmdir "dest/usr/$(OH_HOST_ARCH_GNU)"; \
done
# Remove static library dependency metadata generated by libtool.
- rm -f dest/usr/lib/$(OH_HOST_ARCH)/*.la
+ rm -f dest/usr/lib/$(OH_HOST_ARCH)/*/*.la
# Make symbolic links to native utilities.
for target in $(PKG_TARGETS); do \
if [ '$(OH_HOST_ARCH)' = "$${target}" ]; then \