1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-28 00:01:53 +03:00

fixed a few links

This commit is contained in:
Yann Collet
2016-09-02 22:11:49 -07:00
parent d56dbc02d3
commit 33a0465a51
8 changed files with 10 additions and 52 deletions

View File

@ -18,7 +18,7 @@ import traceback
import hashlib
script_version = 'v0.8.0 (2016-08-03)'
default_repo_url = 'https://github.com/Cyan4973/zstd.git'
default_repo_url = 'https://github.com/facebook/zstd.git'
working_dir_name = 'speedTest'
working_path = os.getcwd() + '/' + working_dir_name # /path/to/zstd/tests/speedTest
clone_path = working_path + '/' + 'zstd' # /path/to/zstd/tests/speedTest/zstd