depends: drop sqlite pkgconfig file

This commit is contained in:
fanquake 2024-11-14 13:27:34 +00:00
parent a8fe1fd38b
commit 319a4e8261
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -31,5 +31,6 @@ define $(package)_stage_cmds
endef endef
define $(package)_postprocess_cmds define $(package)_postprocess_cmds
rm -rf lib/pkgconfig && \
rm lib/*.la rm lib/*.la
endef endef