Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku910@users.noreply.github.com>2018-06-19 19:38:03 +0300
committerGitHub <noreply@github.com>2018-06-19 19:38:03 +0300
commit116d2afe5fd485cae43439617d444c7d7129e710 (patch)
treed21ba1c40540d6204479067dd6a54dd75bb0e47c /test.sh
parented10037d2dfa3cfce905599e9fa377eed68e35c7 (diff)
Update test.sh
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index 4e6b81c..40f9e50 100755
--- a/test.sh
+++ b/test.sh
@@ -93,6 +93,7 @@ build_linux_clang_ubuntu() {
build_osx() {
brew update
brew install protobuf || brew link --overwrite protobuf
+ brew link --overwrite python@2
build_generic
make install
cd python