depends: fully remove libtool archives from Qt build

`Qt5Zlib.la` was hanging around.
This commit is contained in:
fanquake 2024-11-13 10:28:55 +00:00
parent 8ca85651c8
commit 17e79c9260
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -272,5 +272,5 @@ endef
define $(package)_postprocess_cmds
rm -rf doc/ native/lib/ lib/pkgconfig/ && \
rm -f lib/lib*.la
rm -f lib/lib*.la lib/Qt5*.la
endef