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

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