[vlc-commits] contrib: sqlite: don't build the shell exe
Steve Lhomme
git at videolan.org
Thu Apr 30 12:09:48 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Apr 8 14:15:35 2020 +0200| [3ed5f875bb28eecfc761252f33d326e65f56a908] | committer: Steve Lhomme
contrib: sqlite: don't build the shell exe
We don't need it and it doesn't build with winstore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ed5f875bb28eecfc761252f33d326e65f56a908
---
contrib/src/sqlite/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/sqlite/rules.mak b/contrib/src/sqlite/rules.mak
index e6564abca4..2696ca54a1 100644
--- a/contrib/src/sqlite/rules.mak
+++ b/contrib/src/sqlite/rules.mak
@@ -28,5 +28,5 @@ sqlite: sqlite-autoconf-$(SQLITE_VERSION).tar.gz .sum-sqlite
.sqlite: sqlite
cd $< && $(HOSTVARS) CFLAGS="$(SQLITE_CFLAGS)" ./configure $(SQLITE_CONF)
- cd $< && $(MAKE) && $(MAKE) install
+ cd $< && $(MAKE) install-libLTLIBRARIES
touch $@
More information about the vlc-commits
mailing list