Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/anyproto/tantivy-go
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-fellow committed Sep 24, 2024
2 parents cb7be88 + edc2c65 commit 7d6365a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ install-debug-all: \

### Download release
REPO := anyproto/tantivy-go
VERSION := go/v0.0.3
VERSION := v0.1.0
OUTPUT_DIR := ../libs

TANTIVY_LIBS := android-386.tar.gz \
Expand All @@ -223,4 +223,4 @@ $(TANTIVY_LIBS):
$(call download_tantivy_lib,$@)
@tar -C $(OUTPUT_DIR)/$(shell echo $@ | cut -d'.' -f1) -xvzf $(OUTPUT_DIR)/$@
@rm -f $(OUTPUT_DIR)/$@
@echo "Extracted $@"
@echo "Extracted $@"

0 comments on commit 7d6365a

Please sign in to comment.