1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

* Use SQLite 3.7.4.

This commit is contained in:
Eelco Dolstra 2010-12-10 11:45:56 +00:00
parent e4720b1a79
commit 4d57776813
2 changed files with 6 additions and 6 deletions

View file

@ -29,8 +29,8 @@ endif
# SQLite
SQLITE = sqlite-$(SQLITE_VERSION)
SQLITE_TAR = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
SQLITE = sqlite-autoconf-$(SQLITE_VERSION)
SQLITE_TAR = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
$(SQLITE_TAR):
@echo "Nix requires the SQLite library to build."