Skip to content

Commit

Permalink
update SQLite to 3.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon committed Sep 10, 2020
1 parent 14779e5 commit 1f08eae
Show file tree
Hide file tree
Showing 4 changed files with 139,697 additions and 56,045 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -65,7 +65,7 @@ else
-I$(CURDIR)/src/external/expat-2.0.1/lib \
-I$(CURDIR)/src/external/bzip2-1.0.6 \
-I$(CURDIR)/src/external/samtools-0.1.18 \
-I$(CURDIR)/src/external/sqlite-3.8.7.1 \
-I$(CURDIR)/src/external/sqlite-3.33.0 \
-I$(CURDIR)/src/external/tre/include
endif

Expand Down Expand Up @@ -189,7 +189,7 @@ LIBBZ2_SRC:=$(BZ2_DIR)/blocksort.c $(BZ2_DIR)/huffman.c $(BZ2_DIR)/crctable.c \
LIBBZ2_OBJ:=$(LIBBZ2_SRC:%.c=obj/%.o)
LIBBZ2_DEP:=$(LIBBZ2_SRC:%.c=obj/%.d)

SQLITE3_DIR:=src/external/sqlite-3.8.7.1
SQLITE3_DIR:=src/external/sqlite-3.33.0
SQLITE3_SRC:=$(SQLITE3_DIR)/sqlite3.c
SQLITE3_OBJ:=$(SQLITE3_SRC:%.c=obj/%.o)
SQLITE3_DEP:=$(SQLITE3_SRC:%.c=obj/%.d)
Expand Down

0 comments on commit 1f08eae

Please sign in to comment.