Skip to content

Commit

Permalink
depends: fully remove libtool archives from Qt build
Browse files Browse the repository at this point in the history
`Qt5Zlib.la` was hanging around.
  • Loading branch information
fanquake committed Nov 14, 2024
1 parent 8ca8565 commit 17e79c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 17e79c9

Please sign in to comment.