Skip to content

Commit 17e79c9

Browse files
committed
depends: fully remove libtool archives from Qt build
`Qt5Zlib.la` was hanging around.
1 parent 8ca8565 commit 17e79c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: depends/packages/qt.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,5 @@ endef
272272

273273
define $(package)_postprocess_cmds
274274
rm -rf doc/ native/lib/ lib/pkgconfig/ && \
275-
rm -f lib/lib*.la
275+
rm -f lib/lib*.la lib/Qt5*.la
276276
endef

0 commit comments

Comments
 (0)