We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1d48a commit 72a5aa9Copy full SHA for 72a5aa9
depends/packages/sqlite.mk
@@ -27,10 +27,9 @@ define $(package)_build_cmds
27
endef
28
29
define $(package)_stage_cmds
30
- $(MAKE) DESTDIR=$($(package)_staging_dir) install-libLTLIBRARIES install-includeHEADERS install-pkgconfigDATA
+ $(MAKE) DESTDIR=$($(package)_staging_dir) install-libLTLIBRARIES install-includeHEADERS
31
32
33
define $(package)_postprocess_cmds
34
- rm -rf lib/pkgconfig && \
35
rm lib/*.la
36
0 commit comments