Check for version.md instead of README.md

This commit is contained in:
Michael Vines 2018-12-02 11:28:19 -08:00
parent f6f0a5d448
commit 4189a30b13
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cd "$(dirname "$0")"/..
# Install Criterion
version=v2.3.2
if [[ ! -r criterion/README.md ]]; then
if [[ ! -r criterion/version.md ]]; then
(
if [[ "$(uname)" = Darwin ]]; then
machine=osx
@ -31,7 +31,7 @@ fi
# Install LLVM
version=v0.0.1
if [[ ! -f llvm-native/README.md ]]; then
if [[ ! -f llvm-native/version.md ]]; then
(
if [[ "$(uname)" = Darwin ]]; then
machine=macos