Skip to content

Commit 0b196b9

Browse files
committed
Patch fossil download too
1 parent 7528b74 commit 0b196b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ fossil: ## Grabs latest trunk from SQLite source control, extracts and builds in
177177
mkdir sqlite3
178178
set -e ; cd sqlite3 ; curl --output - $(FOSSIL_URL) | tar xfz - --strip-components=1
179179
set -e ; cd sqlite3 ; ./configure --quiet --all --disable-tcl ; $(MAKE) sqlite3.c sqlite3
180+
$(PYTHON) setup.py patch
180181

181182
# the funky test stuff is to exit successfully when grep has rc==1 since that means no lines found.
182183
showsymbols: ## Finds any C symbols that aren't static(private)

0 commit comments

Comments
 (0)