Skip to content

Commit

Permalink
Merge pull request #2273 from iarahealth/update-ds-swig
Browse files Browse the repository at this point in the history
Update ds-swig release URLs
  • Loading branch information
reuben authored Aug 5, 2022
2 parents 0652121 + 5f1c901 commit 0e38f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions native_client/definitions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ endef
SWIG_DIST_URL ?=
ifeq ($(SWIG_DIST_URL),)
ifeq ($(findstring Linux,$(OS)),Linux)
SWIG_DIST_URL := "https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/ds-swig.linux.amd64.tar.gz"
SWIG_DIST_URL := "https://github.com/coqui-ai/STT/releases/download/v1.3.0/ds-swig.linux.amd64.tar.gz"
else ifeq ($(findstring Darwin,$(OS)),Darwin)
SWIG_DIST_URL := "https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/ds-swig.darwin.amd64.tar.gz"
SWIG_DIST_URL := "https://github.com/coqui-ai/STT/releases/download/v1.3.0/ds-swig.darwin.amd64.tar.gz"
else ifeq ($(findstring _NT,$(OS)),_NT)
SWIG_DIST_URL := "https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/ds-swig.win.amd64.tar.gz"
SWIG_DIST_URL := "https://github.com/coqui-ai/STT/releases/download/v1.3.0/ds-swig.win.amd64.tar.gz"
else
$(error There is no prebuilt SWIG available for your platform. Please produce one and set SWIG_DIST_URL.)
endif # findstring()
Expand Down

0 comments on commit 0e38f66

Please sign in to comment.