1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +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

@ -19,7 +19,7 @@ import sys
import subprocess
from subprocess import Popen, PIPE
repo_url = 'https://github.com/Cyan4973/zstd.git'
repo_url = 'https://github.com/facebook/zstd.git'
tmp_dir_name = 'tests/versionsTest'
make_cmd = 'make'
git_cmd = 'git'